Building a Differential Sync API with GraphQL and DynamoDB - Part 1
DynamoDB can be really powerful for serving an API for mobile clients with an offline-by-design strategy. In this post, I’ll describe how one such API was built for such an app. Single Table Design is a really intriguing concept. It allows access patterns not normally available to a traditional…