You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This action releases a code version and immediately updates an alias to point to that version. This is never the desired outcome: new version takes some time to become available. This can result in failures similar to this one.
This action releases a code version and immediately updates an alias to point to that version. This is never the desired outcome: new version takes some time to become available. This can result in failures similar to this one.
AWS CLI supports checks to facilitate preventing such premature deployments: lambda wait function-updated-v2 and lambda wait function-active-v2. This should be also doable via JS SDK.
Here's an AWS CLI version that prevents deploying unavailable functions:
The text was updated successfully, but these errors were encountered: