Tag: #serverless

Posts tagged with #serverless

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
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