cdk-demo-construct
TypeScript icon, indicating that this package has built-in type declarations

0.0.311 • Public • Published

NPM version PyPI version Release

Downloads npm PyPI

Welcome to cdk-demo-construct

The Constructs for the CDK Demo.

To Use

import * as ec2 from '@aws-cdk/aws-ec2';
import * as cdk from '@aws-cdk/core';
import { AlarmInstance } from 'cdk-demo-construct';
const app = new cdk.App();
const stack = new cdk.Stack(app, 'integ-default');
const vpc = new ec2.Vpc(stack, 'VPC');
new AlarmInstance(stack, 'AlarmInstance', { vpc, notifyMail: ['mail@example.com'] });

Readme

Keywords

Package Sidebar

Install

npm i cdk-demo-construct

Weekly Downloads

104

Version

0.0.311

License

Apache-2.0

Unpacked Size

62.6 kB

Total Files

13

Last publish

Collaborators

  • neilguan