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

File metadata

File hashes

Hashes for gammarers.aws-budgets-notification-1.2.8.tar.gz
Algorithm Hash digest
SHA256 40e648beeb5dce1f9e8c327b74d19c2ac699fc901a3579492d6225a057fb414a
MD5 3ff298514de7caf50019b66079ad48c6
BLAKE2b-256 334aef07aa4f789ce2bb879711c4b66a69c9593517498fb1b615ac025124e621

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarers.aws_budgets_notification-1.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 099ec9566e61f24076cc58e0236dfbec7498c83752d8d8ad1c3dad90a0005186
MD5 2e89182d0f17ca86e930cbc4834b4a54
BLAKE2b-256 be5e3cd7b80fc6773ae306be424e6a71764287f76468f98c5d7de7ee8342e92d

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