Skip to main content

Cdk

Building a Serverless Agentic AI on AWS with Strands SDK
·1924 words·10 mins
Learn how to deploy a production-ready serverless AI agent on AWS using the Strands SDK with Lambda, API Gateway, Bedrock, and CDK. Includes architecture, code, and cost breakdown.
Why Infrastructure as Code Feels Broken in 2025 (and How We Can Fix It)
·1471 words·7 mins
Infrastructure as Code promised simplicity, but in 2025, many teams still struggle with brittle state, slow feedback loops, and tool drift. Here’s why IaC feels broken today and how the next generation of tooling could improve it.
Deploying AWS CDK Lambda with Docker & GitLab CI
·963 words·5 mins
Learn how to deploy AWS CDK Lambda functions using Docker-in-Docker inside GitLab CI. Covers setup, authentication with OpenID Connect, and handling Python dependencies with Poetry.