Tag: #aws

Posts tagged with #aws

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
IaC in 2024: Terraform vs. AWS CDK

IaC in 2024: Terraform vs. AWS CDK

An objective comparison between two leading Infrastructure as Code (IaC) tools, Terraform and the AWS CDK. Learn the pros and cons of each to decide which is right for your team.

Read more
Observability with AWS Lambda Powertools for Python

Observability with AWS Lambda Powertools for Python

Elevate your serverless applications with AWS Lambda Powertools for Python. This guide introduces the three core utilities—Tracer, Logger, and Metrics—for implementing structured logging, distributed tracing, and custom metrics.

Read more