The repository provides sample implementations for AWS CDK in Python used in Udemy Course - https://www.udemy.com/course/aws-cdk-in-python/?referralCode=1ABC5EF70B215CFEDFB9
This directory contains the sample 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 python.
This directory contains the sample code for AWS Lambda functions, which are used in sample_cdk_app_python samples. Programming language for these functions is Python.
This directory contains code for a sample containerized application. Programming language for this is Javascript.