Sets the scaling configuration for a Lambda Managed Instances function
Source:R/lambda_operations.R
lambda_put_function_scaling_config.RdSets the scaling configuration for a Lambda Managed Instances function. The scaling configuration defines the minimum and maximum number of execution environments that can be provisioned for the function, allowing you to control scaling behavior and resource allocation.
See https://www.paws-r-sdk.com/docs/lambda_put_function_scaling_config/ for full documentation.
Arguments
- FunctionName
[required] The name or ARN of the Lambda function.
- Qualifier
[required] Specify a version or alias to set the scaling configuration for a published version of the function.
- FunctionScalingConfig
The scaling configuration to apply to the function, including minimum and maximum execution environment limits.