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
When running the deploy command using aws account provided by an AWS Workshop Studio event, it will receive the following error
"Specified ReservedConcurrentExecutions for function decreases account's UnreservedConcurrentExecution below its minimum value of [100]…"
Suggestion :
This seems to only happen on aws accounts provided in workshop studio and not general aws account. Solution is to directly make changes to the “..\backend\template.yaml” file.remove or reduce the “ReservedConcurrentExecutions” value from the backend SAM template and run the deploy command. If error has occurred, run the delete command first and ensure the Cloudformation stack has been deleted in AWS console before retrying.