(aws-lambda): Switching scaling option doesn't update the Provisioned Concurrency #30503
Labels
@aws-cdk/aws-lambda
Related to AWS Lambda
bug
This issue is a bug.
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/small
Small work item – less than a day of effort
p3
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
Starting point:
I deploy the code, wait for the scheduled time and check that the Provisioned Concurrency correctly changed from 1 to 5 in Lambda AWS Console.
Then I update the code as follows:
I deploy it and go check again in Lambda AWS Console:
The Provisioned Concurrency is still 5, it didn't get updated to the default
minCapacity
.Expected Behavior
see above
Current Behavior
see above
Reproduction Steps
see above
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.145.0
Framework Version
No response
Node.js Version
20.13.1
OS
Ubuntu 22.04.3 LTS
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: