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

File metadata

File hashes

Hashes for gammarers_aws_budgets_notification-1.2.20.tar.gz
Algorithm Hash digest
SHA256 4b00c6cb1c8ee962d9168b212f0e83d48117d1842dc467a182e1c0b2d569111f
MD5 bcc0f326eb8abb526fa737194c1949e6
BLAKE2b-256 12632aa491e78c6f9d1fafa32522458669a3e83e21b770f8b536edce574a48a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarers.aws_budgets_notification-1.2.20-py3-none-any.whl
Algorithm Hash digest
SHA256 2a9c53329749c35b0864c05f8362af37cd7c1d1266a3d2b9aa8cbfff030ff453
MD5 26a1e8104068c50a66317b6036f0cfd0
BLAKE2b-256 2c903184089c46c31becc9fd97dcea008db1e4f7cc93b6c0541c7560f906be1e

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