Pulumi versus CDK– Programmatic Approach to IaC with AWS CDK
Under the hood, AWS CDK is more of a transpiler. Transpilers are programs that convert a piece of source code from one high- level language into another. The output from these programs has the same level of abstraction as the input. This is fundamentally different from compilers as they produce low-level code that directly interacts … Read more