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

File metadata

File hashes

Hashes for gammarers.aws-budgets-notification-1.2.10.tar.gz
Algorithm Hash digest
SHA256 6078abf2887261bf749dfc14b03751843af053ba904f4735f7ef7067e344d6a9
MD5 c33c03775a0986ac346bf491aa86f438
BLAKE2b-256 6feac6670cbcbda05e0527a88564acf31d027b64e968f1716aff8d1042e73e6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarers.aws_budgets_notification-1.2.10-py3-none-any.whl
Algorithm Hash digest
SHA256 fa405881e28d2d86cc2cd71a6fe688b31b855b9ba10741f8293ecba42d08c1d2
MD5 e8557461e1fc381b0d61b5dbbb33f4f1
BLAKE2b-256 5d055ecc4450f6346713f2b9b6ba499156d2e3a48ed81c45c66a1e6dd6e7d42a

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