Amazon API Gateway is a fully managed service for creating, publishing, and securing APIs at any scale. Supports REST APIs, HTTP APIs, and WebSocket APIs.
| HTTP API | Low-latency, cost-effective | Simple APIs, Lambda proxy | | REST API | Full-featured, more control | Complex APIs, transformation | | WebSocket API | Bidirectional communication | Real-time apps, chat |
| Lambda Proxy | Pass-through to Lambda (recommended) | | Lambda Custom | Transform request/response | | HTTP Proxy | Pass-through to HTTP endpoint | | AWS Service | Direct integration with AWS services | | Mock | Return static response |
AWS API Gateway per la gestione delle API REST e HTTP. Da utilizzare durante la creazione di API, la configurazione di integrazioni, l'impostazione dell'autorizzazione, la gestione delle fasi, l'implementazione della limitazione della velocità o la risoluzione dei problemi dell'API. Fonte: itsmostafa/aws-agent-skills.