turbot/aws_insights

Query: lambda_function_by_runtime

Usage

powerpipe query aws_insights.query.lambda_function_by_runtime

Steampipe Tables

SQL

select
runtime,
count(runtime)
from
aws_lambda_function
group by
runtime;

Dashboards

The query is used in the dashboards: