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
Description: # 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
        
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
