components icon indicating copy to clipboard operation
components copied to clipboard

AWS Route Table Association component

Open alexdebrie opened this issue 7 years ago • 2 comments

Relates to #266, #267 and #270

Description

Users may need to create a VPC in AWS, whether for their Lambda functions or for Fargate containers. This component lets a user associate a route table with a subnet.

AWS SDK for JS documentation on AssociateRouteTable call

inputTypes

routeTableId - string subnetId - string

outputTypes

associationId - string

alexdebrie avatar Sep 11 '18 21:09 alexdebrie

https://github.com/serverless/components/pull/285 propably should be merged before starting this.

laardee avatar Sep 28 '18 16:09 laardee

Hi is this still open? I would love to help out if so!

KrishnaSolo avatar May 30 '21 04:05 KrishnaSolo