Front-End Web and Mobile
CoreAmazon API Gateway
Managed front door for REST, HTTP, and WebSocket APIs with authorization, throttling, and service integrations.
Key points
- API Gateway can authorize and throttle callers before invoking backends.
- It integrates with Lambda and other services, enabling serverless API patterns without a conventional application fleet.
- Caching, stages, payload behavior, and endpoint exposure should be selected only when required; private APIs use supported VPC endpoint patterns.
Best-known use cases
- Expose a managed serverless API.
- Provide public, regional, edge-optimized, or private API access according to API type and design.
What candidates often confuse it with
- API Gateway provides API-management features; ALB distributes HTTP traffic to application targets.
- API Gateway handles synchronous request entry; SQS buffers asynchronous background work.
Key takeaway
Choose API Gateway when managed API authorization, throttling, transformations, or service integration is decisive.
Related services
- AWS Lambda
- Amazon Cognito
- Amazon SQS
- Elastic Load Balancing (ELB)
Relevant exam tasks
- D2.1
- D4.4