Synthesizing the template – Programmatic Approach to IaC with AWS CDK
The synthesizing process generates a valid CloudFormation YAML template. At this point, you could also deploy it directly within your AWS environment, or instruct CDK to do so. For now, let’s trigger template synthetization with the cdk synth command: The 40-odd lines of code we added to the lib/chapter-6-stack.ts file resulted in a template 10 … Read more