turbot/steampipe-mod-aws-insights

Query: lambda_function_inventory_table

Usage

powerpipe query aws_insights.query.lambda_function_inventory_table

SQL

select
f.name as "Name",
f.last_modified as "Last Modified",
f.runtime as "Runtime",
f.memory_size as "Memory Size (MB)",
f.timeout as "Timeout (sec)",
f.handler as "Handler",
f.package_type as "Package Type",
f.role as "Execution Role",
f.tags as "Tags",
f.arn as "ARN",
f.account_id as "Account ID",
a.title as "Account",
f.region as "Region"
from
aws_lambda_function as f
left join aws_account as a on f.account_id = a.account_id
order by
f.name;

Dashboards

The query is used in the dashboards: