CDK: The Modern Approach to AWS Resources Part 2

Gupta Bless
5 min readSep 10, 2023
Source

Introduction

In my last blog (https://gupta-bless.medium.com/cdk-the-modern-approach-to-aws-resources-6facbfdcc37e), we explored the fundamentals of CDK; in this blog, we will describe CDK integration with the CD/CD pipeline. In my earlier blog, I also addressed how integrating your CDK with CD/Cd will assist your organization. There are various types of CD/CD pipelines accessible, such as Jenkins, Gitlab, AWS code pipeline, and so on, but which one we want to use depends on the organizational structure. In this blog, we used the AWS CodePipeline to learn about CI/CD.

CI/CD integration enables automated integration, faster feedback, automated testing, consistency, version control, rollback and code recovery, and other benefits while ensuring compliance and security. BY adopting CD/CD various steps of software pipelines that ensure code updates are built correctly, tested, and delivered in a consistent and efficient manner.

How integration with AWS CodePipeline works

Source

It has couple of stages, let us discuss them:

Source stage

--

--