Results 5 comments of Bruno Tagliapietra

@goldytech it must be related with the versions `1.33.x` of the `serverless` package: they must have changed the way they load/unload the plugins, or something like that - basically the...

ok, my guess is that this fix https://github.com/serverless/serverless/pull/5349 is actually breaking the `sls alexa auth` command for `serverless 1.33.x`. Ironic :)

Yup, locally tested. If you wanna give it a shot, install `serverless 1.33.x`, open the `node_modules/serverless/bin/serverless` file, delete this line https://github.com/serverless/serverless/blob/master/bin/serverless#L45 and you'll see `sls alexa auth` waiting for the...

An imperfect but easy to implement fix could be adding a `.delay(someTensOfSeconds)` at the end of this chain of then's. https://github.com/marcy-terui/serverless-alexa-skills/blob/master/index.js#L152