The repository provides sample implementations for AWS CDK.
This directory contains the sample CDK application. Along with providing the headstart for your first cdk application, this covers illustrations covering multiple CDK concepts including
- aspects
- assets
- constructs
- context
- environments
- permissions
- resources
- stacks
- tags
Programming language for these samples is typescript.
This directory contains the sample code for AWS Lambda functions, which are used in cdk-sample-app samples. Programming language for these functions is Javascript.
This directory contains code for a sample containerized application. Programming language for this is Javascript.