moralesl.billing-alert 0.4.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

moralesl.billingalert 0.4.0

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"]
)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.