Skip to main content

AWS Budgets Notification

Project description

AWS Budgets Notification

GitHub npm (scoped) PyPI Nuget GitHub Workflow Status (branch) GitHub release (latest SemVer)

View on Construct Hub

A construct library for creating AWS Budgets Notification to Slack with the AWS CDK.

Resources

This construct creating resource list.

  • SNS Topic
  • ChatBot SlackChannelConfiguration
  • Budgets (linked account count or self)

Install

TypeScript

npm install @gammarers/aws-budgets-notification
# or
yarn add @gammarers/aws-budgets-notification

Python

pip install gammarers.aws-budgets-notification

C# / .NET

dotnet add package Gammarers.CDK.AWS.BudgetNotification

Example

import { BudgetsNotification } from '@gammarers/aws-budgets-notification';

new BudgetsNotification(stack, 'BudgetsNotification', {
  slackWorkspaceId: 'T0XXXX111', // already AWS account linked your Slack.
  slackChannelId: 'XXXXXXXX', // already created your slack channel.
  budgetLimitAmount: 50,
  // optional linked account list
  linkedAccounts: [
    '111111111111',
    '222222222222',
  ],
});

example notification

License

This project is licensed under the Apache-2.0 License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file gammarers_aws_budgets_notification-1.2.24.tar.gz.

File metadata

File hashes

Hashes for gammarers_aws_budgets_notification-1.2.24.tar.gz
Algorithm Hash digest
SHA256 0efd7afff09d7139938ddfdb5850f8ffe126255ebb6fe9e9dbaeb2d271440854
MD5 376069d3110e43dc85042c6041670b32
BLAKE2b-256 17892a2187792291801d7b23a8a15e7265bc8b5c6c50bb070929aaba16da7319

See more details on using hashes here.

File details

Details for the file gammarers.aws_budgets_notification-1.2.24-py3-none-any.whl.

File metadata

File hashes

Hashes for gammarers.aws_budgets_notification-1.2.24-py3-none-any.whl
Algorithm Hash digest
SHA256 ea6b0165bc3eb727779ffe749e7e5d615dd411e9eb32844b3a540e76b3f8a03c
MD5 4c5e151f1b3f5c6a1bc5357f034df658
BLAKE2b-256 954a1e9e29bc2c67cd2a6b871ac3c8db34e3ef1ae5b5d2cf6769ca7dee2f89db

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page