Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 2.7 KB

README.md

File metadata and controls

53 lines (37 loc) · 2.7 KB

Contributors Forks Stargazers Issues MIT License

AWS CDK Python Examples

This repository contains a set of example projects for the AWS Cloud Development Kit v2.

Table of Contents

  1. About this Repo
  2. Learning Resources
  3. License

About this Repo

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.

Learning Resources

Here are the learning resources I referenced while learning CDK.

Official Resources

License

This library is licensed under the MIT License.