2

Whenever I Edit Resolver in the AppSync console, and save, then execute the corresponding updated query, it keeps showing the previous results.

Like, I clicked "Save Resolver" multiple times, clicked the play button to execute query 20 times, refreshed 5+ times, still display the old result until I wait for a minute or so.

Any resolution to such inefficiency? I can't debug properly with such level of inconsistency.

ProgrammingFreak
  • 498
  • 3
  • 13
  • debugging with app sync in every way is inefficient. cant believe aws released it with such poor debugging capabilities. – jpell Jan 02 '22 at 00:52

1 Answers1

0

You can set up a local instance using Amplify's mocking capability for faster turnaround during development. Note there are limitations:

  • AFAIK you need to actually set up an Amplify project (read: create AWS resources) to mock, but these can be deleted after the initial setup
  • Not all data source types are available