Sets a limit on the number of concurrent executions available to thisfunction.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/lambda/put-function-concurrency.html
aws lambda put-function-concurrency --function-name function-name |
Managing Concurrency - AWS Lambda : http://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html |
aws lambda put-function-concurrency --function-name S3EventAggregator --reserved-concurrent-executions 1 |
Deplication: 2018 : http://www.deplication.net/2018/ |
aws lambda put-function-concurrency \ --function-name hello-world \ --reserved-concurrent-executions 20 |