1.1.9 • Published 1 month ago

@gammarer/aws-daily-cost-usage-reporter v1.1.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month 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.1.9

1 month ago

1.1.8

1 month ago

1.1.7

2 months ago

1.1.6

2 months ago

1.1.5

2 months ago

1.1.4

2 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.1.1

3 months ago

1.0.0

4 months ago

1.1.0

4 months ago

0.10.8

6 months ago

0.10.7

7 months ago

0.10.6

7 months ago

0.10.5

7 months ago

0.10.3

8 months ago

0.10.2

8 months ago

0.10.1

8 months ago

0.10.0

8 months ago

0.9.39

8 months ago

0.9.38

8 months ago

0.9.37

8 months ago

0.9.36

8 months ago

0.9.35

8 months ago

0.9.34

8 months ago

0.9.33

8 months ago

0.9.32

9 months ago

0.9.31

9 months ago

0.9.30

9 months ago

0.9.29

9 months ago

0.9.28

9 months ago

0.9.27

9 months ago

0.9.26

9 months ago

0.9.25

9 months ago

0.9.24

9 months ago

0.9.23

9 months ago

0.9.22

9 months ago

0.9.21

9 months ago

0.9.20

9 months ago

0.9.19

9 months ago

0.9.18

9 months ago

0.9.17

9 months ago

0.9.16

9 months ago

0.9.15

9 months ago

0.9.14

9 months ago

0.9.13

9 months ago

0.9.12

9 months ago

0.9.11

9 months ago

0.9.10

9 months ago

0.9.9

9 months ago

0.9.8

9 months ago

0.9.7

9 months ago

0.9.6

9 months ago

0.9.5

9 months ago

0.9.4

9 months ago

0.9.3

9 months ago

0.9.2

10 months ago

0.9.1

10 months ago

0.9.0

10 months ago