Skip to content

Lambda  >  Structures  >  AccountUsage

AccountUsage

Structure Class

AccountUsage dataclass

The number of functions and amount of storage in use.

Attributes

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

The number of Lambda functions.

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

The amount of storage space, in bytes, that's being used by deployment packages and layer archives.