Skip to content

Lambda unresevered account concurrency limit error when deploying in AWS Workshop Studio event #24

@lhtan-dev

Description

@lhtan-dev

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions