turbot/aws_compliance

Query: lambda_function_dead_letter_queue_configured

Usage

powerpipe query aws_compliance.query.lambda_function_dead_letter_queue_configured

Steampipe Tables

SQL

select
arn as resource,
case
when dead_letter_config_target_arn is null then 'alarm'
else 'ok'
end as status,
case
when dead_letter_config_target_arn is null then title || ' configured with dead-letter queue.'
else title || ' not configured with dead-letter queue.'
end as reason,
region,
account_id
from
aws_lambda_function;

Controls

The query is being used by the following controls: