Skip to content

Lambda  >  Structures  >  FunctionScalingConfig

FunctionScalingConfig

Structure Class

FunctionScalingConfig dataclass

Configuration that defines the scaling behavior for a Lambda Managed Instances function, including the minimum and maximum number of execution environments that can be provisioned.

Attributes

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

The maximum number of execution environments that can be provisioned for the function.

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

The minimum number of execution environments to maintain for the function.