Tag: #python

Posts tagged with #python

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
Python 3.11: A Leap in Performance

Python 3.11: A Leap in Performance

Python 3.11 is one of the most significant releases in the language's history, bringing major performance improvements. We dive into what makes it faster and why you should upgrade.

Read more