Utility CDK construct to setup billing alerts easily
Project description
CDK Billing Alert utility
Utility CDK construct to setup billing alerts easily
Usage
Typescript
First you need to install the package
npm install @moralesl/billing-alert
Then you can use the billing alert utility in your code:
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
from moralesl.billing_alert import BillingAlert
BillingAlert(self, "BillingAlertTenDollars",
amount=10,
emails=["test@example.com"
]
)
Python
First you need to install the package
pip install moralesl.billing-alert
Then you can use the billing alert utility in your code:
import moralesl.billing_alert as billing_alert
billing_alert.BillingAlert(self, "BillingAlertTenDollars",
amount=10,
emails=["test@example.com"]
)
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file moralesl.billing-alert-0.4.0.tar.gz.
File metadata
- Download URL: moralesl.billing-alert-0.4.0.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dffeba73f09f4908f88e477b407a09a1e1e4decd73e8a6d23eea5dfb9b2266f9
|
|
| MD5 |
3d672133a17955f706ad77b81e37b381
|
|
| BLAKE2b-256 |
aeb648c7a91ad9278e6f6ebcd6cf2d11b0ddad03e9b49b585f6a65cd18566733
|
File details
Details for the file moralesl.billing_alert-0.4.0-py3-none-any.whl.
File metadata
- Download URL: moralesl.billing_alert-0.4.0-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd0c30c61cb28dc4b9f9cfd715ce0898c1b31a60a329f7e8374ff9c851240410
|
|
| MD5 |
67eb182180058f45522e2ea99a632d7e
|
|
| BLAKE2b-256 |
35e70e5cbff3f9ce5f95080a47cb6bea81e98ec5b52d014cd27b618e5d84f977
|