I am trying to upload my lambda script to Slash using the following command:
slash-graphql update-lambda -e <endpoint> -f=lambdas.js -t <key>
And I am getting this error:
TypeError: first argument must be a string or instance of Error
I tried logging out and back in and I upgraded slash-graphql to 1.18.0
and I still get the same error. Seems to be related to the recent slash updates. Any thoughts?