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.