turbot/aws_insights

Query: vpc_vpcs_for_lambda_function

Usage

powerpipe query aws_insights.query.vpc_vpcs_for_lambda_function

Steampipe Tables

SQL

select
vpc_id
from
aws_lambda_function
where
vpc_id is not null
and arn = $1;