turbot/aws_insights

Query: lambda_function_overview

Usage

powerpipe query aws_insights.query.lambda_function_overview

Steampipe Tables

SQL

select
name as "Name",
case
when vpc_id is not null and vpc_id != '' then vpc_id
else 'N/A'
end as "VPC ID",
title as "Title",
region as "Region",
account_id as "Account ID",
arn as "ARN"
from
aws_lambda_function
where
arn = $1
and account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4);

Dashboards

The query is used in the dashboards: