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

File metadata

File hashes

Hashes for gammarers_aws_budgets_notification-1.2.11.tar.gz
Algorithm Hash digest
SHA256 db141981b91f33d320ba819ee761c53d3d5b8e1df7e2908ee6bb620f95c0ae60
MD5 c266a55f33202bb717c67d57e160feb0
BLAKE2b-256 86a26b64be3e4b0e9489c6719bc56f102884668f6556bc2025259d1914573024

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarers.aws_budgets_notification-1.2.11-py3-none-any.whl
Algorithm Hash digest
SHA256 1b41b5ef2622ce8ad7936464fe3e922ec1e98787e8e752b5cde8a70d9500d0d2
MD5 28f95181b3488a3aa7169c9bb10ec936
BLAKE2b-256 ee363f9b86d954b019ef1ff6af5ea02e3a6bb312856d661f0f3e1f37a1d043bf

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