Your IP : 216.73.217.33


Current Path : /usr/lib/python3/dist-packages/awscli/examples/lambda/
Upload File :
Current File : //usr/lib/python3/dist-packages/awscli/examples/lambda/get-function-concurrency.rst

**To view the reserved concurrency setting for a function**

The following ``get-function-concurrency`` example retrieves the reserved concurrency setting for the specified function. ::

    aws lambda get-function-concurrency \
        --function-name my-function

Output::

    {
        "ReservedConcurrentExecutions": 250
    }