FunctionScalingConfig - AWS Lambda

FunctionScalingConfig

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.

Contents

MaxExecutionEnvironments

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

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 15000.

Required: No

MinExecutionEnvironments

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

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 15000.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: