Infrastructure as Code

I have been working with AWS CloudFormation and the AWS Cloud Development Kit (CDK) for some time now. Both are tools that help you create Infrastructure as Code (IaC). Infrastructure as Code can immensely speed up your development process. Instead of creating each resource one by one and configuring IAM settings manually, you can create…