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

File metadata

File hashes

Hashes for gammarers.aws-budgets-notification-1.2.9.tar.gz
Algorithm Hash digest
SHA256 87455b2c91cb039cef6795784f4a76f4c4122f2d0829be584f601b6b2fcb0175
MD5 57e1de8e160ce852541f1c41b72d593f
BLAKE2b-256 25dc1d09497e8a1e36ac1bfe02fa66aef215b0b7db1ca1dbd637fc8d36c6ef80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarers.aws_budgets_notification-1.2.9-py3-none-any.whl
Algorithm Hash digest
SHA256 8a8d80f1ad72fc26e544c70753b5c222bc6713be4e280867429bc2e90ca36442
MD5 0846501a0590c3972c9c7e28b254273e
BLAKE2b-256 1b7e4e13f9eb5fe3024b5e18417e630ec13f7eb5a59ee6ebe500511257b9fff4

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