Looking into Infrastructure as Code (IaC) ● Single source of truth. ● Managing and provisioning resources on the cloud with code. ● Easy to replicate to multiple instances. ● Best known method for CI/CD pipelines.
Understanding SAM CLI ● Serverless Application Model (SAM) CLI is an open source framework. ● Uses YAML template for AWS resource provisions. ● Powered by AWS CloudFormation. ● CLI options for build - deploy to the cloud, sync infrastructure changes to cloud, building CI/CD pipelines.