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

File metadata

File hashes

Hashes for gammarers_aws_budgets_notification-1.2.22.tar.gz
Algorithm Hash digest
SHA256 e4aba59a9e765dac267a0c530a500225a59150d6c66942a5f8f5435f23506c45
MD5 ec233a38a7dad2921e048a5c5cd9edcc
BLAKE2b-256 ab168463094feb6c328219987dbae55a6a80207a657bd329d9e39603567f39c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarers.aws_budgets_notification-1.2.22-py3-none-any.whl
Algorithm Hash digest
SHA256 566e58e658446cd74948af990f5bbf2a16390789538f814b5e11a9c29c2cebc2
MD5 e9f3a4747d967a7d516febfe26e4d184
BLAKE2b-256 d504eecd13e2b389b2590b6a038a2b4cb01c219f1c1203cec7b0309ecfa86e23

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