This repository contains a set of example projects for the AWS Cloud Development Kit v2.
This Repo is sample code that I wrote based on the documentation for AWS CDK v2.
Since I am used to using Python, but there are few examples of CDK with python on the web, and AWS has recently released the official CDK v2 version, I wanted to take this opportunity to learn and take notes at the same time, each example has been deployed/ tested by me to ensure its usability and extensibility as much as possible.
Welcome contributions to this repo in the form of fixes to existing examples or addition of new examples.
Here are the learning resources I referenced while learning CDK.
- AWS CDK v2 Reference Documentation
- AWS CDK v2 Python Reference
- AWS CDK v2 Developer Guide
- CDK Repository
This library is licensed under the MIT License.