The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define your cloud application resources using familiar programming languages.
In this course, we will start by understanding the basics of the AWS Cloud Development Kit and the need for CDK. You will create your first CDK Stack and learn to deploy It along with planning and visualizing your deployments. You will learn about resources and reusability in CDK stacks and learn to launch EC2 using CDK.
Furthermore, you will learn to create IAM users and groups and how to import pre-existing CloudFormation templates into CDK. You will learn to manage fully managed message queues for microservices.
In the last part of the course, you will learn to create Lambda for event-driven architecture, schedule your Lambda function: Cron in the cloud, and understand about CloudWatch live dashboards and widgets. You will also learn to build a serverless containerized chat application.
By the end of this short course, you will have an in-depth understanding of the AWS Cloud Development Kit.
All resources and code files are placed here: https://github.com/PacktPublishing/my-first-cdk-project
Learn to create Lambda function
Learn to create Cron in the cloud
Understand how to create event-driven architecture
Learn to create streaming data processors
Understand how to launch containerized batch processor
Learn how to create a multi-person chat lobby application