Intro
I'm following the intro tutorial found here to create a Todo List app using Amplify + AppSync + GraphQL. All was working fine until I started testing out queries in the AppSync console on my GraphQL API.
Problem
When running my queries on the GraphQL API, the queries timeout randomly. Sometimes they work fine, and sometimes they take a long time and eventually throw an error. See the image below for a full example with the error.
Questions
- Has anyone ever had this DynamoDB:ApiCallTimeoutException error message before using AWS AppSync with GraphQL?
- Is there any way to avoid getting a timeout error?
I'm new to everything AWS, so any help would be greatly appreciated!