Skip to content

Instantly share code, notes, and snippets.

View iartemiev's full-sized avatar

Ivan Artemiev iartemiev

  • Indianapolis, IN
View GitHub Profile
@iartemiev
iartemiev / ds-contributing.md
Last active September 21, 2021 21:27
AWS Amplify DataStore Contributing Guide (a.k.a. This One Simple Trick Will Save You Hours Of Debugging Time)

From the library source:

  1. Fork the amplify-js repo in GitHub and clone it locally
  2. Run yarn setup-dev
  3. Run yarn build:watch

From your sample app:

  1. Run yarn link aws-amplify @aws-amplify/core @aws-amplify/datastore @aws-amplify/auth @aws-amplify/ui-components @aws-amplify/ui-react @aws-amplify/api @aws-amplify/api-graphql
  • You may not need all of these, but might as well link them just in case