question

TaraInNJ avatar image
TaraInNJ asked

DUMB question node.js sample code text?

I'm brand new to this, trying to follow the 1 hour Alexa app directions to learn... When I get to "5. Select the ‘Code Entry Type’ as ‘Edit code inline’ and copy/paste the Lambda function code node.js script you downloaded at the beginning. Here’s the link again for reference. It should look like this:" I do not have a node.js in my zipped packet and the link does not work. How do I get the sample app code? 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

Nick Gardner avatar image
Nick Gardner answered
Hi, The actual name of the file is index.js, the "node.js script" is just referring to the name of the language. In this case, the code to paste into the lambda inline code editor can be found in the src directory, as index.js. Thanks, nick
10 |5000

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