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
Describe the enhancement:
Add the ability to specify the desired ReservedConcurrentExecutions of the ESF lambda.
Proposed new property (taken from AWS documentation):
Name: ReservedConcurrentExecutions
Description: The number of simultaneous executions to reserve for the function.
Describe a specific use case for the enhancement or feature:
On a number of occasions the ESF lambda concurrent executions spiked, consuming the account limit for Lambda concurrent executions. This has the undesirable effect of preventing production applications from running and extremely high costs. We currently have to deploy the ESF Serverless Application Repository application, then manually set the reserved concurrent executions manually.
The text was updated successfully, but these errors were encountered:
vfeinman
changed the title
Add Advanced Configuration properties to CFN to support setting desired reserved concurrency.
Add reserved concurrency to application properties
Dec 2, 2023
Describe the enhancement:
Add the ability to specify the desired ReservedConcurrentExecutions of the ESF lambda.
Proposed new property (taken from AWS documentation):
Name: ReservedConcurrentExecutions
Description: The number of simultaneous executions to reserve for the function.
Describe a specific use case for the enhancement or feature:
On a number of occasions the ESF lambda concurrent executions spiked, consuming the account limit for Lambda concurrent executions. This has the undesirable effect of preventing production applications from running and extremely high costs. We currently have to deploy the ESF Serverless Application Repository application, then manually set the reserved concurrent executions manually.
The text was updated successfully, but these errors were encountered: