← Back

Serverless Enrichment API

A production-style serverless API built with FastAPI and deployed to AWS Lambda as a container image behind API Gateway. Infrastructure is managed entirely with Terraform to mirror real-world cloud workflows.

AWS Lambda API Gateway Terraform FastAPI Docker
View code on GitHub

Problem

I wanted to understand how containerized applications actually run in a serverless AWS environment — beyond console demos and zip-based Lambda functions. Many examples stop short of showing how services are wired together in practice.

Approach

Key Decisions

Results