API Gateway REST & HTTP APIs
API Gateway is a fully managed service that makes it easy to create, publish, maintain, monitor, and secure APIs at any scale. Think of it as a front door for your backend services.
REST APIs
REST APIs are the original API Gateway offering. They provide comprehensive features including API keys, request/response transformation using Velocity Template Language (VTL), caching, and throttling.
HTTP APIs
HTTP APIs are a newer, simpler option. They're up to 60% cheaper than REST APIs and offer built-in support for CORS, automatic deployments, and OIDC/OAuth2. HTTP APIs are ideal for serverless workloads.
Integrations
Both REST and HTTP APIs support integration with AWS Lambda, HTTP endpoints, and other AWS services. The integration type determines how API Gateway forwards requests to the backend.
