Writing on AWS infrastructure, DevOps practices, and cloud architecture decisions.

Practical guides on CI/CD pipelines, infrastructure-as-code, AWS services, and real implementation challenges—born from building production systems as a solo developer.

CDK Project Factory: 4 Projects, 11 Stacks, One Entry Point

I manage 4 CDK projects and 11 stacks from a single app.ts using project-specific factories, typed config modules, SSM-based discovery, and CDK Aspects. Here's how the pattern works and where it broke.