How to create a multiple stack AWS CDK (Python) Infrastructure as Code (IaC) Project

Ömer KARABACAK
ITNEXT
Published in
2 min readJun 24, 2021

--

AWS CDK

This post is about creating a multiple-stacks AWS CDK IaC project. I will be using Python because I am more familiar with it but if you are comfortable with another language, it is also possible to use Typescript, Javascript, Java, or C#

I have also created a simple lambda application and a simple containerized…

--

--