Put function concurrency
async_boto.validation.lambda_.put_function_concurrency
PutFunctionConcurrencyRequest
Bases: BaseModel
Request model for setting the concurrency limit of an AWS Lambda function.
| ATTRIBUTE | DESCRIPTION |
|---|---|
FunctionName |
The name or ARN of the Lambda function.
TYPE:
|
ReservedConcurrentExecutions |
The number of simultaneous executions to reserve for the function.
TYPE:
|
FunctionName
instance-attribute
FunctionName
ReservedConcurrentExecutions
instance-attribute
ReservedConcurrentExecutions
PutFunctionConcurrencyResponse
Bases: BaseModel
Response model for setting the concurrency limit of an AWS Lambda function.
| ATTRIBUTE | DESCRIPTION |
|---|---|
ReservedConcurrentExecutions |
The number of concurrent executions that are reserved for this function.
TYPE:
|
ReservedConcurrentExecutions
instance-attribute
ReservedConcurrentExecutions