Helpful Links for Amplify Appsync - Quetourah/jamsession GitHub Wiki
Formatting queries and mutations: https://scotch.io/tutorials/graphql-api-with-aws-and-use-with-react#toc-integration-with-react
-
gists from tutorial: [https://gist.github.com/dabit3/6759e9f70ad17790fc9c9c5c0f933b53]
(https://gist.github.com/dabit3/6759e9f70ad17790fc9c9c5c0f933b53) -
Foo Bar Config example: https://github.com/mavi888/web-client-appsync-test/blob/master/src/index.js
-
AWS react: https://aws-amplify.github.io/docs/js/react
-Amplify Examples: https://aws-amplify.github.io/amplify-js/api/#examples
-
Only allow users to see their own items: https://docs.aws.amazon.com/appsync/latest/devguide/security-authorization-use-cases.html
-AWS AppSync Resources Page: https://aws.amazon.com/appsync/resources/
-Take a look: https://dev.to/gaels/an-alternative-to-handle-global-state-in-react-the-url--3753