AccountLimit
class AccountLimit
Limits that are related to concurrency and storage. All file and storage sizes are in bytes.
Types
Properties
Link copied to clipboard
The maximum size of a function's deployment package and layers when they're extracted.
Link copied to clipboard
The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.
Link copied to clipboard
The maximum number of simultaneous function executions.
Link copied to clipboard
The amount of storage space that you can use for all deployment packages and layer archives.
Link copied to clipboard
The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.