Blog

Latest Articles

CloudFront Routing: SPAs vs Static Site Generation

CloudFront Routing: SPAs vs Static Site Generation

When deploying modern web applications to CloudFront, the routing strategy you need depends entirely on your application architecture. Get it wrong, and your users will see the homepage when they refresh /about. Get it right, and everything just works.

Read more
CI/CD for AWS CDK with GitHub Actions

CI/CD for AWS CDK with GitHub Actions

Automate your infrastructure deployments directly from your source control. This guide provides a complete workflow for setting up a GitHub Actions pipeline to build, test, and deploy your AWS CDK stacks.

Read more
FastAPI on AWS: Choosing Between Lambda and Fargate

FastAPI on AWS: Choosing Between Lambda and Fargate

FastAPI is a modern, fast web framework for building APIs with Python. When deploying to AWS, two popular choices are Lambda and Fargate. This article explores the pros and cons of each, helping you decide which is the right fit for your next project.

Read more