-
Book Overview & Buying
-
Table Of Contents
Mastering AWS CDK - Coding Cloud Architectures
By :
Mastering AWS CDK - Coding Cloud Architectures
By:
Overview of this book
In this course, you will embark on a journey to master the AWS Cloud Development Kit (CDK), a powerful tool that allows you to define cloud infrastructure using familiar programming languages. Beginning with an introduction to AWS CDK and its benefits, you’ll set up a development environment, including AWS CLI, Node.js, and VS Code. You’ll then dive into the core concepts of CDK, exploring constructs, stacks, and the powerful construct library that simplifies cloud development.
The course transitions into hands-on projects that simulate real-world scenarios. You’ll start by building a REST API backed by DynamoDB, where you will implement CRUD operations and manage serverless permissions. The projects escalate in complexity as you create a thumbnail generation service using S3 and Lambda, automate scheduled events, and deploy EC2 instances. Each project is designed to reinforce your understanding and equip you with the skills to tackle complex cloud challenges confidently.
By the end of this course, you’ll be adept at utilizing AWS CDK to architect, deploy, and manage scalable cloud solutions. Whether you're developing RESTful services, automating workflows, or building serverless applications, this course provides the tools and knowledge needed to become a proficient cloud architect using AWS CDK.
Table of Contents (12 chapters)
Introduction
Development Environment Setup
AWS CDK - Getting Started - Launch Your First CDK Application
AWS CDK - Deep Dive - Key Concepts
[Hands-On 1] - Build a REST API with AWS CDK
Leveraging the Construct Library
[Hands-On 2] - Real World Example - S3 Thumbnail Creation with AWS CDK
[Hands-On 3] - Real World Example - Scheduled Event Creation with AWS CDK
[Hands-On 4] - Real World Example - EC2 Instance Creation with AWS CDK
[Hands-On 5] - Real World Example: Email Notification Service with AWS CDK
[Hands-On 6] - Real World Example: ALB Creation with AWS CDK
Next Steps