-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Internal error when hitting endpoint #17
Comments
Are you using |
Also you seem to be using |
Hi Benjie. Thanks for getting back to me. I'm using yarn so it should be using the lockfile in the repo. How do I tell it not to use pg-native? I don't think I changed anything around that dependency. Finally, would this have anything to do with building the lambda on Windows? |
I'm afraid I don't know the answers to your questions. It definitely worked last time I tried it, but that was months ago. We have this which "forces native":
But that should be overridden by this, which uses the JS client only:
It looks, however, like your one is referencing |
I'm trying to get a manually-configured Lambda up using this example. When I hit the gateway API endpoint, I get this error in the CloudWatch logs:
My postgraphileOptions.js are as follows:
I'd appreciate any help anyone could give.
The text was updated successfully, but these errors were encountered: