components
components copied to clipboard
AWS Route Table Association component
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
https://github.com/serverless/components/pull/285 propably should be merged before starting this.
Hi is this still open? I would love to help out if so!