lambda-concurrency-check
Checks if the Lambda function is configured with a function-level concurrent execution limit. The rule is NON_COMPLIANT if the Lambda function is not configured with a function-level concurrent execution limit.
Identifier: LAMBDA_CONCURRENCY_CHECK
Resource Types: AWS::Lambda::Function
Trigger type: Configuration changes
AWS Region: All supported AWS regions
Parameters:
- ConcurrencyLimitLow (Optional)
- Type: String
-
Minimum concurrency execution limit
- ConcurrencyLimitHigh (Optional)
- Type: String
-
Maximum concurrency execution limit
AWS CloudFormation template
To create AWS Config managed rules with AWS CloudFormation templates, see Creating AWS Config Managed Rules With AWS CloudFormation Templates.