-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(AWS Lambda) Service: AWSLambdaInternal; Status Code: 404; Error Code: ProvisionedConcurrencyConfigNotFoundException #29992
Comments
Thank you for your report. Can you share full minimal code snippets that represents this issue so we could see more details about your CDK code? |
here concurrent_execution_value is 0 for night schedule and > 1 for morning schedule. |
|
Yeah we were thinking the same. But I was looking if we could do it without scaling up before deployment. But it seems we can't :) |
|
Yeah, it's one of those unfortunate things with CloudFormation. When you do come up with the solution, feel free to leave it here in case someone stumbles on the same issue in the future 👍 |
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
Describe the bug
We have some Lambda functions with scheduled auto-scaling in our sandbox environment. We use auto-scaling to scale down the provisioned concurrency to 0 outside of office hours. However, when we try to update the stack outside of office hours, the update fails due to insufficient provisioned concurrency.
If we check the provisioned concurrency outside office hours using cli its the result
Expected Behavior
Deploy the stack successfully.
Current Behavior
Lambda provisioned concurrency not set and deployment failed.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.133.0
Framework Version
No response
Node.js Version
16
OS
linux
Language
Python
Language Version
Python3.9
Other information
No response
The text was updated successfully, but these errors were encountered: