Update mutation in appysnc takes time to render recent changes, even dynamo db is already updated
I have an app which has a WYSWIG inside it I used debounce and on stop typing listener to save my content after the user stops typing. But it seems if the user reloads the page after the save even if it reflected in dynamo db the response from the query still returns the old values for some reason and it’s becoming a raise condition bug I cannot fix.
What’s an efficient way to perform batch items delete in AppSync DynamoDB?
Amplify AppSync provides a way to execute a delete operation for a single item stored in DynamoDB. But what is the best way to delete all items that matches a value in a certain field?