Metadata-Version: 2.1
Name: justinm.cdk-constructs
Version: 0.1.16
Summary: @justinm/cdk-constructs
Home-page: https://github.com/justinm/cdk-constructs.git
Author: Justin McCormick<me@justinmccormick.com>
License: MIT
Project-URL: Source, https://github.com/justinm/cdk-constructs.git
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: aws-cdk.aws-budgets (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-cloudtrail (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-cloudwatch (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-ec2 (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-iam (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-logs (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-route53 (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-s3 (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-sns (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.core (==1.110.0)
Requires-Dist: jsii (<2.0.0,>=1.30.0)
Requires-Dist: publication (>=0.0.3)

# Welcome to your CDK TypeScript project!

This is a blank project for TypeScript development with CDK.

The `cdk.json` file tells the CDK Toolkit how to execute your app.

## Useful commands

* `npm run build`   compile typescript to js
* `npm run watch`   watch for changes and compile
* `npm run test`    perform the jest unit tests
* `cdk deploy`      deploy this stack to your default AWS account/region
* `cdk diff`        compare deployed stack with current state
* `cdk synth`       emits the synthesized CloudFormation template


