You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried you package but when I run it in a lambda in my account, calling my Graphql API, I am getting a 403 error with no information on what is wrong.
Moving back to using aws-appsync resolved the 403 error.
I am not seeing you put any Region or IAM auth type in your code, perhaps that is what AWS Appsync requires?
The text was updated successfully, but these errors were encountered:
Is the lambda in a different region to your AppSync instance? If so that could be the issue and we'd probably need to add support in the module for that (feel free to submit a PR for this).
Hi
I tried you package but when I run it in a lambda in my account, calling my Graphql API, I am getting a 403 error with no information on what is wrong.
Moving back to using
aws-appsync
resolved the 403 error.I am not seeing you put any Region or IAM auth type in your code, perhaps that is what AWS Appsync requires?
The text was updated successfully, but these errors were encountered: