Skip to content

Commit 54feac7

Browse files
authored
chore: Add guidance with links to use Amplify over AppSync SDK (#544)
1 parent 385fb45 commit 54feac7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Recommendation: Use [Amplify](https://aws-amplify.github.io/) clients to connect to AppSync
2+
3+
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.
4+
5+
- 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.
6+
- 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.
7+
18
AWS AppSync SDK for iOS
29
=======================
310

0 commit comments

Comments
 (0)