AWS Cloud Development Kit resources

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.

AWS re:Invent 2019 -- Deep dive into AWS Cloud Development Kit (57:04)
Supercharging Your ECS Applications with the AWS CDK - AWS Online Tech Talks (49:30)
AWS re:Invent 2019 -- Contributing to the AWS Construct Library (54:06)
Build Your First Containerized App with AWS CDK (19:18)
Enhanced CI/CD with AWS CDK - AWS Online Tech Talks (47:37)
AWS Step Functions: Creating workflows with the AWS CDK (60:53)