Command option Sample:aws lambda put-function-concurrency

Search command sample in the internet.It is the result.

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
    Guide to Monitoring and Controlling AWS Lambda Costs | vividbytes.io : http://www.vividbytes.io/lambda_cost_controls/

aws のオプション一覧