I am getting an error when i try to push our lambda file from the slash-graphql CLI.
The error im getting is:
TypeError: first argument must be a string or instance of Error
Here is the command i am running:
slash-graphql update-lambda -e https://ENDPOINT.aws.cloud.dgraph.io/graphql -f ./lambdaDgraph/_final.js
which is just like the docs here recommend from what i can tell. I have tried it with and without a token.
I also am able to update the schema file with no problem, so I know I am able to connect successfully.
Any ideas on that?