Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including @spacecomx/cdk-billing-alarm with all npm packages installed. Try it out:

require("@aws-cdk/aws-cloudwatch/package.json"); // @aws-cdk/aws-cloudwatch is a peer dependency. require("@aws-cdk/aws-cloudwatch-actions/package.json"); // @aws-cdk/aws-cloudwatch-actions is a peer dependency. require("@aws-cdk/aws-sns/package.json"); // @aws-cdk/aws-sns is a peer dependency. require("@aws-cdk/aws-sns-subscriptions/package.json"); // @aws-cdk/aws-sns-subscriptions is a peer dependency. require("@aws-cdk/core/package.json"); // @aws-cdk/core is a peer dependency. require("constructs/package.json"); // constructs is a peer dependency. var cdkBillingAlarm = require("@spacecomx/cdk-billing-alarm")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

@spacecomx/cdk-billing-alarm v1.0.20

It sets up an estimated monthly billing alarm associated with an email address endpoint. It then subscribes that endpoint to an SNS Topic created by the package or it can use an existing SNS Topic Arn. The CDK construct can be used to implement multiple customizable billing alarms for single or master/payer account e.g (AWS Organization).

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free