turbot/aws_compliance

Query: lambda_function_concurrent_execution_limit_configured

Usage

powerpipe query aws_compliance.query.lambda_function_concurrent_execution_limit_configured

Steampipe Tables

SQL

select
arn as resource,
case
when reserved_concurrent_executions is null then 'alarm'
else 'ok'
end as status,
case
when reserved_concurrent_executions is null then title || ' function-level concurrent execution limit not configured.'
else title || ' function-level concurrent execution limit configured.'
end as reason,
region,
account_id
from
aws_lambda_function;

Controls

The query is being used by the following controls: