Based on: https://github.com/ThomasVuillaume/alexa-skill-typescript-boilerplate-ask-v2 and https://forums.developer.amazon.com/questions/224104/create-an-alexa-hosted-skill-nodejs-with-typescrip.html
This is a boilerplate if you want to create an Alexa-hosted Skill in Typescript! Very basic and easy. Comes with de-DE for now, can be easily changed online in Alexa Developer Console.
- Persistence Storage API
- Audio Player API (needs to be enabled in the Developer Console, under Interfaces!)
- Create new Alexa-hosted skill with ask create
- git clone this repository
- open console in lambda subdirectory
- npm i to get dependencies
- npm run build to build typescript code
- or npm run deploy to build & deploy via git
- Manual deploy is also possible via simple git push origin master (from root dir!)