API Gateway HTTP API versus AppSync
Learn how API Gateway HTTP API differs from AppSync.
| API Gateway HTTP API | AppSync | |
|---|---|---|
| Type | REST API |
GraphQL |
| HTTPS/TLS | ✅ |
✅ |
| Backends | ✅ Lambda |
✅ Lambda |
| Costs | 💰 |
💰💰💰 |
| Maturity | ⭐️⭐️ |
⭐️⭐️⭐️⭐️ |
| Authentication | ✅ IAM |
✅ IAM |
| Tenant-based Throttling | ❌ |
❌ |
| Request Validation | ❌ |
✅ |
| Req./Res. Transformation | ❌ |
✅ |
| Endpoints | ✅ Public |
✅ Public |
| WAF | ❌ |
✅ |
Further reading
- API Gateway REST API versus API Gateway HTTP API
- API Gateway REST API versus AppSync
- API Gateway HTTP API versus API Gateway WebSocket API
- API Gateway HTTP API versus ALB
- API Gateway HTTP API versus ALB WebSocket
- API Gateway WebSocket API versus AppSync
- AppSync versus ALB
- AppSync versus ALB WebSocket