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

File metadata

File hashes

Hashes for gammarers_aws_budgets_notification-1.2.14.tar.gz
Algorithm Hash digest
SHA256 1f1e14e8ad8b3b095507e4beaf6acec5feef1ac925573c737d3b0dee9c53995d
MD5 a0432b888eadfb4df4ceda979463710c
BLAKE2b-256 9a161a5e560c111c4ad5d373617519a636a5f8b450d3bcd6602da105366de566

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarers.aws_budgets_notification-1.2.14-py3-none-any.whl
Algorithm Hash digest
SHA256 a86c5d6a3620a7cb291dc700fc92d52a7ab874f503e955b7bbd94ae2fcfc2e80
MD5 5b2eba5b7c3bc7986f530bad8a2fdecf
BLAKE2b-256 06755a1f7d09c280402092c9933dc1ecf38785a8eea4d23a6bf78d5c7f4dda5b

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