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
(Thanks for reporting an issue! Please, then fill out the blanks below.)
What are the steps to reproduce this issue?
Deploy a stack includes many lambdas which will hit AWSLambda limit
What happens?
I got below error when the limit is hit:
The deployment failed because the number of requests by the IAM role arn:aws:iam::xxxxx:role/xxxxx-CodeDeployServiceRole-DVFBOT0Z2YG1 exceeded the request limit for AWSLambda. Avoid retrying API requests at a high rate.
The deployment failed but it doesn't revert the whole stack update. The stack status is UPDATE_ROLLBACK_COMPLETE. The lambda will be created with a new version but the alias is on the old version.
What were you expecting to happen?
If there is any failure happens during deployment, it should revert the stack.
(Thanks for reporting an issue! Please, then fill out the blanks below.)
What are the steps to reproduce this issue?
What happens?
I got below error when the limit is hit:
The deployment failed but it doesn't revert the whole stack update. The stack status is
UPDATE_ROLLBACK_COMPLETE
. The lambda will be created with a new version but the alias is on the old version.What were you expecting to happen?
If there is any failure happens during deployment, it should revert the stack.
Any logs, error output, etc?
(If it’s long, please paste to https://pastebin.com/ and insert the link here.)
Any other comments?
…
What versions of software are you using?
The text was updated successfully, but these errors were encountered: