Unofficial tutorials for ask-sdk-controls.
- Node.js
- 10.x or higher (I use 14.x)
- AWS Account
- Maybe you can run sample codes on Alexa-Hosted skill but I expect using AWS Lambda for execution and AWS SAM for deployment.
- Highly recommend to learn Alexa Skill Kit and alexa-skills-kit-sdk-for-nodejs at first if you haven't learn it.
- AWS SAM CLI
- To deploy code to AWS Lambda, I use
sam deploy
command in chapter.
- To deploy code to AWS Lambda, I use