turbot/aws_insights

Query: codecommit_repository_by_account

Usage

powerpipe query aws_insights.query.codecommit_repository_by_account

SQL

select
a.title as "Account",
count(t.*) as "repositories"
from
aws_codecommit_repository as t,
aws_account as a
where
a.account_id = t.account_id
group by
a.title
order by
a.title;

Dashboards

The query is used in the dashboards: