コマンドオプションサンプル:aws lambda delete-function-concurrency

コマンドサンプルを検索した結果です。

同時実行制限をこの関数から削除します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/lambda/delete-function-concurrency.html

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

    同時実行数の管理 - AWS Lambda : http://docs.aws.amazon.com/ja_jp/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 のオプション一覧