Iac
GitOps with CloudFormation: How We Run It
GitOps usually gets discussed in the context of Kubernetes. We've been running a GitOps approach with CloudFormation for years across our marketplace patterns and client engagements - here's the structure that works.
Using Amazon Q Developer to Write CloudFormation
Amazon Q Developer is a useful pair-programmer for CloudFormation, but it has rough edges around recent API changes and IAM scoping. Here's how we've been integrating it into our IaC workflow.
git branching strategies for infrastructure code
Infrastructure development typically involves two distinct types of code repositories: module repositories and config repositories. We discuss what these repo types mean and what git branching strategies we should use to manage them.