Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lambda function states update #105

Open
vivek15kv opened this issue Oct 5, 2021 · 1 comment
Open

Lambda function states update #105

vivek15kv opened this issue Oct 5, 2021 · 1 comment

Comments

@vivek15kv
Copy link

AWS Lambda is rolling out function states which requires function to be stabilised after create/update https://aws.amazon.com/blogs/compute/coming-soon-expansion-of-aws-lambda-states-to-all-functions/. Until that point of time, subsequent updates/publish would fail.
The issue is to wait for function stabilisation after creation or updates before attempting next operation.

@vivek15kv
Copy link
Author

Waiters need to be added in the deploy method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant