Skill, which can increment counter through the voice command count or by clicking the button (if device supports Alexa Presentation Language (APL)).
Project is built with Alexa Skills Kit SDK (ASK SDK) for Node.js
- Clone repository
- Run the next commands:
npm run build- to build the projectnpm run pack- to get an artifact (.zip archive) for deployment
- Find the
./dist/to-deploy.zipfile which as an artifact for Amazon Lambda - Create your own Amazon Lambda function and upload
./dist/to-deploy.zipto it. - Create and configure your skill.
- Configure your skill to support the Alexa.Presentation.APL interface
- Test your skill.
When you stop or cancel the skill usage, you will hear Goodbye! and counter will be reseted.
- Move all Lambda fuction content to
lambdasubdirectory - Implement CI/CD

