Skip to content

Lambda  >  Structures  >  AccountLimit

AccountLimit

Structure Class

AccountLimit dataclass

Limits that are related to concurrency and storage. All file and storage sizes are in bytes.

Attributes

code_size_unzipped class-attribute instance-attribute
code_size_unzipped: int = 0

The maximum size of a function's deployment package and layers when they're extracted.

code_size_zipped class-attribute instance-attribute
code_size_zipped: int = 0

The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.

concurrent_executions class-attribute instance-attribute
concurrent_executions: int = 0

The maximum number of simultaneous function executions.

total_code_size class-attribute instance-attribute
total_code_size: int = 0

The amount of storage space that you can use for all deployment packages and layer archives.

unreserved_concurrent_executions class-attribute instance-attribute
unreserved_concurrent_executions: int | None = None

The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.