terraform-aws-lambda-api-gateway
terraform-aws-lambda-api-gateway copied to clipboard
Make VPC optional
I'm really glad I stumbled onto your blog and this code!
Do you think it would be possible to make the VPC part optional? That way, when I'm just playing around, I wouldn't need to absorb the high cost of a NAT gateway service. I do understand that most business apps will still want a VPC though.
Yes I was thinking the same, I'll work on this feature.
Thanks for the kind words, appreciate it!
This is a great module. Thanks for contributing it to the open source community. Along the same lines as @EnigmaCurry's feature request, I think it would be handy to supply an existing VPC, subnets, etc. I typically build my VPCs with the terraform-aws-vpc module. I have use cases in mind in which Internet access isn't needed.
Thanks for the kind feedback. I'm pretty swamped at the moment so don't think I'll get time to do this anytime soon. PRs accepted though ;)