Dashboard
PHP:
8.3.30
OS:
Linux
User:
dh_mnqueb
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
lambda
π€ Upload
π New File
π New Folder
Close
Editing: 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 }
Save
Cancel