1.2.13 • Published 9 months ago

@gammarers/aws-daily-cost-usage-reporter v1.2.13

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

AWS Daily Cost Usage Reports

AWS Cost And Usage report to Slack on daily 09:01.

  • Report type
    • Services
      • This is Cost by AWS Services.
    • Accounts
      • This is Cost by Linked Account (when organization master account)

Resources

This construct creating resource list.

  • Lambda function execution role
  • Lambda function
  • EventBridge Scheduler execution role
  • EventBridge Scheduler

Install

TypeScript

npm install @gammarer/aws-daily-cost-usage-repoter
# or
yarn add @gammarer/aws-daily-cost-usage-repoter

Python

pip install gammarer.aws-daily-cost-usage-repoter

Example

npm install @gammarer/aws-daily-cost-usage-repoter
import { CostGroupType, DailyCostUsageReporter } from '@gammarer/aws-daily-cost-usage-repoter';

new DailyCostUsageReporter(stack, 'DailyCostUsageReporter', {
  slackWebhookUrl: 'https://hooks.slack.com/services/xxxxxxxxxx', // already created slack webhook url
  slackPostChannel: 'example-channel', // already created slack channel
  costGroupType: CostGroupType.SERVICES,
});

License

This project is licensed under the Apache-2.0 License.

1.2.13

9 months ago

1.2.12

9 months ago

1.2.11

9 months ago

1.2.8

10 months ago

1.2.9

10 months ago

1.2.10

9 months ago

1.2.7

10 months ago

1.2.6

10 months ago

1.2.5

11 months ago

1.2.4

11 months ago

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

12 months ago

1.2.0

12 months ago