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

File metadata

File hashes

Hashes for gammarers_aws_budgets_notification-1.2.16.tar.gz
Algorithm Hash digest
SHA256 ef2b78b2e8a0904c595576cd09e4473a6ddcece938146bd986af666343c10b22
MD5 7b1583f57b6be7be3408d88f27c2f281
BLAKE2b-256 0f68bc485aab610ecd4253c0a4680ed9d1ea8112174af2517e37dda4d033f43f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarers.aws_budgets_notification-1.2.16-py3-none-any.whl
Algorithm Hash digest
SHA256 2b54a8d11d7d5c1612f10edd0013978d66f9be25f9c79a03d08b94818b681b37
MD5 fabb02bc1670b14baef9df0f63b81439
BLAKE2b-256 a24716b20e8b2bc9927fe72e8e138717115820f048b0172d1e76f5e9fa8f6a3b

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