AlexaSkillNodeLambdaSkeleton
This page was programmatically generated from GitHubReadMe.md
Skeleton Project for Creating a NodeJS Lambda Alexa Skill!
Getting Started:
- npm install
- create your skill in the Alexa Developer Console: https://developer.amazon.com/alexa
- add your skill id to 'asl-config.json'
- start your skill service with: node node_modules/alexa-skill-local/bin/start.js -f src/index.js
Helpful Documentation:
Documentation here for Alexa Requests and Responses!
https://developer.amazon.com/docs/custom-skills/request-and-response-json-reference.html
Alexa Skill SDK (ask-sdk) instructions here:
https://ask-sdk-for-nodejs.readthedocs.io/en/latest/Setting-Up-The-ASK-SDK.html
Project information
- Project URL Github