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

File metadata

File hashes

Hashes for gammarers_aws_budgets_notification-1.2.25.tar.gz
Algorithm Hash digest
SHA256 46fbe286a9fe04101b53da436474229753adb512eeee99ba001f54a180b76b1b
MD5 bc5bca5f3f6a1af993f1d8589346ac94
BLAKE2b-256 e6f837fcc251e11001579214cbc4df283394f1418eceb6ac4427ee36f23bd50d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarers.aws_budgets_notification-1.2.25-py3-none-any.whl
Algorithm Hash digest
SHA256 c33c8435decc36e9cc331d205cd4147e6e4d43547b6a72158aa1a81fbe1868dc
MD5 e5d04f28d69b1cca4cb761e106d6a068
BLAKE2b-256 e87e53b6822f25a019cd224781983b2fc5364dce1b15f829b2fd7da03822e701

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