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