This workshop introduces the AWS Cloud Development Kit (CDK) using TypeScript. It covers the basics of CDK, its advantages, IAM roles and users, CDK constructs, and a practical workflow.
- Introduction to CDK 🚀
- IAM Roles and Users 🛡️
- CDK Constructs 🏗️
- Mastering CDK Commands 🛠️
- Lambda Runtime Support 🧩
- Practical Workshop: API Gateway & Lambda 🔥
- Implementing API Gateway with Lambda
- Lambda API Implementation Exercise
- CDK Implementation Guide
- Deployment Walkthrough
- Clone this repository.
- Install dependencies using
pnpm install --frozen-lockfile. - Follow the agenda links to explore each topic in detail.