Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
elaborate on the design initial description
  • Loading branch information
ConsoleCatzirl committed Oct 4, 2024
1 parent 2b063fb commit c76c3c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ An AWS Lambda for emailing monthly S3 service totals for the current account.

## Design

This lambda will query Cost Explorer for monthly service totals and S3 usage
type totals, then email a report of the results to the given recipients.
This lambda will query Cost Explorer for monthly totals grouped by service, and
also S3-specific totals grouped by S3 usage type (e.g. bytes transferred), then
send an email report of the results to the given recipients.

### Parameters

Expand Down

0 comments on commit c76c3c3

Please sign in to comment.