Clean Architecture with FastAPI: Separating Your Domain from Infrastructure

Clean Architecture with FastAPI: Separating Your Domain from Infrastructure

A practical guide on how to structure FastAPI projects using clean architecture principles, with real-world examples of AWS Lambda and DynamoDB integration.

Clean Architecture con FastAPI: Separando tu dominio de la infraestructura

Clean Architecture con FastAPI: Separando tu dominio de la infraestructura

Una guía práctica sobre cómo estructurar proyectos FastAPI usando principios de arquitectura limpia, con ejemplos reales de integración con AWS Lambda y DynamoDB.

{ }

Mocking AWS sin dolor: Testing en Python con moto y pytest

Cómo escribir tests confiables para código que interactúa con servicios AWS sin gastar un centavo.