Tag: CDK

Building a CI/CD Pipeline for a Serverless Express Application with AWS CDK

Ever wondered how the top tech companies deploy their applications so seamlessly? It all starts with an efficient CI/CD pipeline, the assembly line of the software world. In today’s fast-paced software development environment, mastering this process is crucial for delivering high-quality appli...

How Terraform CDK differs

Terraform Cloud Development Kit (Terraform CDK) is a framework that allows you to define and provision infrastructure as code using programming languages, such as TypeScript, Python, Java, and C#. It builds on top of HashiCorp’s Terraform, which is a widely used Infrastructure as Code (IaC) to...

AWS CDK vs Terraform

IaC is one of the key DevOps practices, and AWS CDK & Terraform are both great IaC tools to manage your AWS infrastructure. Having used both extensively, let me share my experience with the 2 IaC tools. AWS CDK vs Terraform Import Existing Resources There could be many scenarios whe...