Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
I think http://stackoverflow.com/a/37264736 answers the question, which is 300 seconds, but it looks like you're seeing shorter times. I would ask some Amazon Alexa forums - would appreciate if someone...
You should verify whether the function actually runs.
I would `curl` the API endpoint and see whether the correct SSML response is returned in the long timeout case or whether there's an error or something like that.
That's what I was getting to. The problem is not your code, it's the Alexa platform that's timing it out, I suspect it's a hard-coded limitation. As I mentioned before,...
Can we document (and link) this in README please? Care to PR?
@timoa No such plans, pull requests welcome!
This makes sense, try to PR an explanation, maybe even remove the problematic code or provide a less confusing error?
Please help us by making a PR.
Yes, please don't hesitate to contribute something similar to lambda and express - an example, integration test and docs.
You need to return a promise from this function, doesn't look like you're?