turbot/aws_insights

Query: lambda_function_memory_size_by_runtime

Usage

powerpipe query aws_insights.query.lambda_function_memory_size_by_runtime

Steampipe Tables

SQL

select
runtime,
round(cast(sum(i.memory_size) / 1024.0 as numeric), 2) as "GB"
from
aws_lambda_function as i
group by
runtime;

Dashboards

The query is used in the dashboards: