Slash GraphQL CLI Error on Update-Lambda

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?

1 Like

This appears to be a bug related to Using Slash GraphQL CLI in Deployment without Login - #9 by chewxy.

@hardik can we check if this has been fixed?