My function mock suddenly stopped reaching my Appsync GraphQL API. Nothing happens, it just eventually times out.
I'm able to run the same query through the DynamoDB "Expore items" page in AWS Console and my webapp is still able to run queries just fine. It only affects my mocked function.
I tried pushing it multiple times but that didn't help. I also deleted node_modules which also did nothing.
Any idea how I can debug this, or what it might be?
Btw:
This is the latest Amplify CLI version.