Upcoming Lambda API change #11609
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/lambda
Issues and PRs that pertain to the lambda service.
Community Note
Description
AWS will be changing how lambda's in a VPC work.
https://aws.amazon.com/blogs/compute/coming-soon-updated-lambda-states-lifecycle-for-vpc-networking/
New or Affected Resource(s)
Potential Terraform Configuration
References
I read through the code and I don't see anywhere that the status of the lambda is taken into consideration. In the lambda read function we could probably check if the lambda is deployed into a VPC and if so we could do a retry operation until the status comes back as "Active".
The text was updated successfully, but these errors were encountered: