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

File metadata

File hashes

Hashes for gammarers_aws_budgets_notification-1.2.18.tar.gz
Algorithm Hash digest
SHA256 e9234edfe25f2635e2072d795d86b639923bf206f314172a09290f0ceaf5af66
MD5 f048c1f1a9c625d43bff3f290eb4e317
BLAKE2b-256 e9a2e42c2a22fad5e2c4900981e3f8423a72f6480e40050e26a2d01f41bb798d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarers.aws_budgets_notification-1.2.18-py3-none-any.whl
Algorithm Hash digest
SHA256 c8bb6a03e2618d0c395a8e994dccb64cf3e0b78e23db8c78f264f7ff3c03516f
MD5 4fba13ab13e08f7f76eb14e9ff353165
BLAKE2b-256 31f3c5aebd2d399bae4d6fa6b74659d0f43862197d6d4c51233bedceca8c7dbb

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