You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@codehatcher
(I could not build the environment of alexa, so write it by speculation. I am sorry if it did not become a reference.)
node-lambda ceased support of the writing not recommended by Lambda.
Reference: #223
However, alexa-sdk seems to be using context.succeed() which is not recommended by Lambda.
I think that it is an error that occurred because succeed() was not set in the context passed by var alexa = Alexa.handler(event, context);.
Should I make context.succeed() available for use?
When I do the simple alexa example that uses
I get the following type of failure when
node-lambda run
code and test works fine in lambda itself
The text was updated successfully, but these errors were encountered: