AWS Cloud Development Kit resources
Resources
The open source repositories listed below include links to the AWS CDK public roadmap, example projects, pre-configured config. files, and other code samples to aid in CDK development.
Tutorials
Below you will find step-by-step tutorials on getting started with the AWS CDK so that you can easily define cloud infrastructure in your favorite programming language and deploy it using AWS CloudFormation or Terraform.
CDK Introductory Workshop
In this tutorial, you will learn the basics of setting up a development environment and deploying your app to an AWS environment with the CDK Toolkit. You’ll write a “Hello, world” Lambda function and front it with an API Gateway endpoint so users can call it via an HTTP request. You will also learn how to build your own CDK constructs to bundle your infrastructure into reusable components and then how to use that construct from a pre-packaged library in your stack.
AWS Solutions Constructs
AWS Solutions Constructs are vetted architecture patterns, available as an open-source extension of the AWS CDK, that can be easily assembled declaratively to create a production-ready workload. Visit our AWS Solutions Constructs patterns directory to learn more.
Sample AWS Solutions Constructs
Technical talks
Learn from AWS solutions architects and product managers about modeling and provisioning your cloud application resources using familiar programming languages through technical deep dive videos.