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)
- Services
This construct creating resource list.
- Lambda function execution role
- Lambda function
- EventBridge Scheduler execution role
- EventBridge Scheduler
npm install @gammarers/aws-daily-cost-usage-report-stack
yarn add @gammarers/aws-daily-cost-usage-report-stack
pip install gammarers.aws-daily-cost-usage-report-stack
npm install @gammarers/aws-daily-cost-usage-report-stack
import { CostGroupType, DailyCostUsageReportStack } from '@gammarer/aws-daily-cost-usage-report-stack';
new DailyCostUsageReportStack(app, 'DailyCostUsageReportStack', {
slackToken: 'xoxb-11111111111-XXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXX',
slackChannel: 'example-channel',
costGroupType: CostGroupType.SERVICES,
});
This project is licensed under the Apache-2.0 License.