Command option Sample:aws lambda delete-function-concurrency

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

Removes concurrent execution limits from this function.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/lambda/delete-function-concurrency.html

aws lambda delete-function-concurrency --function-name function-name

    Step 4: Try More CLI Commands (AWS CLI) - AWS Lambda : http://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html
aws lambda delete-function-concurrency \
--function-name hello-world
    Guide to Monitoring and Controlling AWS Lambda Costs | vividbytes.io : http://www.vividbytes.io/lambda_cost_controls/

aws のオプション一覧