AWS Budgets Notification
Project description
AWS Budgets Notification
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',
],
});
License
This project is licensed under the Apache-2.0 License.
Project details
Release history Release notifications | RSS feed
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.26.tar.gz
.
File metadata
- Download URL: gammarers_aws_budgets_notification-1.2.26.tar.gz
- Upload date:
- Size: 85.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d04f1760ee745dfe4f28218af40619a54e24ae32bc3d0d3fa83977a42f72286 |
|
MD5 | b49a56922c0dd5a39eed55d9dd391949 |
|
BLAKE2b-256 | f286da863c0af2d045fbc3470168c860e39645173fe4e992fa51d8e576c00756 |
File details
Details for the file gammarers.aws_budgets_notification-1.2.26-py3-none-any.whl
.
File metadata
- Download URL: gammarers.aws_budgets_notification-1.2.26-py3-none-any.whl
- Upload date:
- Size: 84.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b4d20024335f693960766f9ff2f90870af600c4f04a490d2530d14604989c72 |
|
MD5 | e376a0f6cc7072de9b6bac201ca59e8c |
|
BLAKE2b-256 | 04973f5cb9fc7811793e9b83f260bd5c206c0c949a57c742ac0ee64358ce848c |