What is Amazon API Gateway?
Answer: API Gateway is a managed service for creating, publishing, securing and monitoring APIs at any scale. It handles request routing, authorisation, throttling, caching, request and response transformation, and integrates with Lambda, HTTP backends, and AWS services directly.
Why interviewers ask this: The framing to give is that it moves cross-cutting concerns — authentication, rate limiting, validation, throttling — out of application code into the platform. That is what distinguishes it from putting a load balancer in front of a service.
