terraform-community-modules/tf_aws_lambda_scheduled

Support running lambda in a VPC

Closed this issue · 1 comments

There are occasions where we will want the lambda to be able to access resources inside of a VPC. In this case we need to pass in VPC subnet ids and security group ids. If both of these are passed in, then we should deploy the lambda in a VPC.

Implemented in #8