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 | ✅ | ✅ |