AWS AppSync?—?Up and Running with GraphQL in the Cloud
The AWS AppSync GraphQL service offers real-time updates and built-in offline support along with first class integration with ElasticSearch, DynamoDB, and AWS Lambda.
The way that I would describe AppSync is that it is basically a Firebase like service but with more comprehensive database query and search features, as well as a fully managed GraphQL API for your application.
Right now, AppSync has sdks for native iOS, web, and React Native, with Android coming soon.
In this post, I will walk through using AWS AppSync to create a new API endpoint that will provision a DynamoDB table, and walk through the starter project that AppSync provides and discuss how everything is wired together.
Solution Engineer IV at Capital Group
7 年Nicely done. No doubt, Graphql is the future api app.