lambda-vpc-example
lambda-vpc-example copied to clipboard
Demonstration of how a recent AWS update to lambda makes it feasible to turn off the infrastructure that runs your batch workloads
Results
1
lambda-vpc-example issues
Sort by
recently updated
recently updated
newest added
Hi, In template.json, if the lambda has to execute in the VPC, then the LambdaFunction should have VpcConfig defined in its properties, which is missing. So, does the lambda function...