This repository contains examples of AWS CDK TypeScript projects.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need Node.js, npm and TypeScript installed on your machine:
For new AWS accounts, you need to bootstrap the account with the following command:
cdk bootstrap
To deploy the stack, run the following command:
cdk deploy
We welcome community contributions to this project. Please see our Contributing guide for more details.
Distributed under the MIT License. See LICENSE
for more information.