/aws-cdk-samples

Collection of sample applications using the AWS cloud development kit

The UnlicenseUnlicense

AWS CDK samples

Collection of sample applications using the AWS cloud development kit. All samples are written in Typescript.

Prequisites

Make sure to have node and npm installed, then install aws-cdk globally:

$ npm i -g aws-cdk

Running an example

$ cd EXAMPLE_DIR
$ npm i
$ cdk deploy

After using, destroy the stack/resources:

$ cdk destroy

Table of Contents

Name Description