Skip to content

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: str

ReservedConcurrentExecutions

The number of simultaneous executions to reserve for the function.

TYPE: int

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: int

ReservedConcurrentExecutions instance-attribute

ReservedConcurrentExecutions