Creating AWS CodePipeline Using AWS CDK

Duleendra Shashimal
Towards AWS
Published in
7 min readSep 17, 2021

--

AWS CodePipeline is a fully managed service that helps to automate the application’s continuous delivery process. CodePipeline automates the build, test, and deploy phases of your release process every time there is a code change.

In this post, I will show you how to implement the CodePipeline and its components using AWS Cloud Development Kit (CDK). CDK is a great IaC tool that helps to create…

--

--