Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow configuration of function concurrency #791

@kislyuk

Description

@kislyuk

For high volume Lambda invocations in accounts with multiple Lambdas, it's best practice to set per-function concurrency limits (https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html). This can be done using https://docs.aws.amazon.com/lambda/latest/dg/API_PutFunctionConcurrency.html.

It would be great to have this setting be available alongside things like memory and timeout settings in config.json.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions