Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
No, you must return a `Promise` from the function. Try `return login.sendOtp(number)....` to begin with?
See if HEAD resolves this? I believe it was fixed in https://github.com/alexa-js/alexa-app/pull/184.
Looking forward to a PR from someone with a spec + fix.
Doesn't look like there's anything wrong here. I would ask an AWS forum, could be a platform bug.
What does this look like in the response JSON?
Does `this.response.response.payload = ...` work?
I merged #215 so that at least solves part of the problem, cc: @danielstieber. Not sure what we should do about this one.
I see people do typescript everywhere around me. I guess we should look at how much better that is vs. what we have, what problems it solves, etc. Curious what...
I think @RobertTheProfessional is proposing replacing alexa-app by a TypeScript library and compile that down to JS that runs on node. I am by no means saying that's what we...
While I disagree with pretty much everything @mreinstein says above, I do think the advantages of TypeScript for a server-side node project are limited to tooling. I'd definitely appreciate TypeScript...