Skip to main content

Utility CDK construct to setup billing alerts easily

Project description

CDK Billing Alert utility


Build Status GitHub release


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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

moralesl.billing-alert-0.4.0.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

moralesl.billing_alert-0.4.0-py3-none-any.whl (12.4 kB view hashes)

Uploaded Python 3

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