API Gateway REST API versus AppSync
Learn how API Gateway REST API differs from AppSync.
| API Gateway REST 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 API Gateway WebSocket API
- API Gateway REST API versus ALB
- API Gateway REST API versus ALB WebSocket
- API Gateway HTTP API versus AppSync
- API Gateway WebSocket API versus AppSync
- AppSync versus ALB
- AppSync versus ALB WebSocket