Announcement: The Alexa Skills Community Is Moving To Stack Overflow

For improved usability and experience, Alexa skills related forum support will be transitioned to Stack Overflow. Effective January 10, 2024, the Amazon Developer Forums will no longer be available. For continued Alexa skills support you can reach out to us on Stack Overflow or via Contact Us.

question

Todd Hoff & Linda Coleman avatar image
Todd Hoff & Linda Coleman asked

Is there a low level description of the lambda api on node.js?

I'm having trouble walking through all the indirection in the AlexaSkill.js hierarchy in the scoreKeeper skill. Stuff just seems to happen magically and I'd like to demythologize it a little. I did not see a low level description of the api. Is there such a thing? thanks
alexa skills kitdebugging
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Greg Laabs avatar image
Greg Laabs answered
It doesn't get much simpler than this: http://docs.aws.amazon.com/lambda/latest/dg/getting-started-custom-events.html Lambda simply calls an exported module function and waits for you to call the callback.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.