All challenges
advancedReal-World Systems~65 min

API Gateway

The capstone of the web-infra family: a single front door that routes requests to backend services by prefix, forwards them through a pluggable transport, runs a middleware pipeline (onion model), enforces API-key auth, and fans out to aggregate several services into one response.