Martellone Alexa Skill
Alexa, ask Martellone what does he think about it
Skill created as a tribute to the mythological Nando Martellone, character of the TV Show Boris.
Link to the Store
Amazon UK
Amazon IT
Preliminary Steps
Install node dependencies
npm install
Install serverless module globally npm install -g serverless
or use it via npx
(i.e. npx serverless deploy
)
How to
- Run
sls alexa auth
to authenticate - Run
sls alexa create --name "Martellone" --locale en-GB --type custom
to create a new skill - Add the skill id returned as env variable
SKILLID
- Do your first deploy of your Serverless stack
- Add the ARN of your lambda as env variable
ARNLAMBDA
- Run
sls alexa update
to deploy the skill manifest - Run
sls alexa build
to build the skill interaction model - Enable the skill in the Alexa app to start testing