CDK Constructs
CDK constructs to enable creation of AWS resources for projects.
Install
npm i -D cdk-constructs
Usage
To create constructs:
;; ;app.applynew Tag'owner', 'me';app.applynew Tag'project', 'my-project'; ; new StaticWebsitestack, 'MyStaticSite', ; new GithubNodePipelinestack, 'MyPipeline', ; app.run;
License
Apache-2.0