Limits applicable to concurrency and code storage.

Hierarchy

  • AccountLimit

Properties

codeSizeUnzipped?: number

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

concurrentExecutions?: number

The maximum number of simultaneous function executions.

totalCodeSize?: number

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

unreservedConcurrentExecutions?: number

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