turbot/aws_insights

Query: lambda_function_memory

Usage

powerpipe query aws_insights.query.lambda_function_memory

Steampipe Tables

SQL

select
'Memory (MB)' as label,
memory_size as value
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: