Why it matters
API gateway centralizes cross-cutting. Understanding shapes API architectures.
Advertisement
The architecture
Client hits gateway.
Gateway: auth, rate limit, route to service, transform, cache.
Advertisement
How it works end to end
Options: AWS API Gateway, GCP Cloud Endpoints, Azure APIM, Kong, Envoy.
Features: OAuth, JWT validation, rate limiting, request transformation, caching, monetization.
Cost: per-request pricing typical.