From c2b7b74e381394ef3a97b96e1ce5e507afcaeefc Mon Sep 17 00:00:00 2001 From: Kevin Old Date: Fri, 1 Jul 2022 16:23:15 -0500 Subject: [PATCH] Add guidance with links to use Amplify over AppSync SDK --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f9fa19a2..73365136 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +## Recommendation: Use [Amplify](https://aws-amplify.github.io/) clients to connect to AppSync + +For front-end web and mobile development, we recommend using the [Amplify](https://aws-amplify.github.io/) clients which are optimized to connect to the AppSync backend. + +- For DynamoDB data sources, use the [DataStore](https://docs.amplify.aws/lib/datastore/getting-started/q/platform/ios/) category in the Amplify client. It provides the best developer experience and built-in conflict detection and resolution. +- For non-DynamoDB data sources in scenarios where you have no offline requirements, use the [API (GraphQL)](https://docs.amplify.aws/lib/graphqlapi/getting-started/q/platform/ios/) category in the Amplify client. + AWS AppSync SDK for iOS =======================