Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
lambda
/
Filename :
get-function-concurrency.rst
back
Copy
**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 }