-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work for me at all #20
Comments
|
Related to #16 - we need better error handling to find out what is going in. If you have time please do submit a PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have tried a simple AWS Lambda that executes a query against AppSync to return data and also tried a query that invokes a mutation to add new data.
For both the query just returns
null
But there are no error messages displayed.
AWS cloudwatch reads:
Interesting: Operation is always null.
The code I use is:
The operations succeed when invoked via AWS console.
The text was updated successfully, but these errors were encountered: