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.12.tar.gz.

File metadata

File hashes

Hashes for gammarers_aws_budgets_notification-1.2.12.tar.gz
Algorithm Hash digest
SHA256 c66ea15a2c316db8c21b78ff6463dab59cb24f456b93426108219fe100678827
MD5 8f0105c2637c9b6337c9cf5c15b24c9d
BLAKE2b-256 05bb8fc680caeb67c2c5cee215f4890f537f35ac306cc4c423bc5ab7b2b33185

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarers.aws_budgets_notification-1.2.12-py3-none-any.whl
Algorithm Hash digest
SHA256 7ebf9dc65e09cbc052a19de2f4366a8b57f2ad7117ed5d044a2a822506a732fd
MD5 1f7cd966fb8f659148293ca398d41f46
BLAKE2b-256 55f7853cb87f295f002dd67e670e9bd9bf7673d7e274374f33124bbe936e3180

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