sirLisko / martellone-alexa-skill

Home Page:https://www.amazon.co.uk/sirLisko-Martellone-Boris/dp/B08C7SHW3T/ref=cm_cr_arp_d_product_top?ie=UTF8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Martellone Alexa Skill

Alexa, ask Martellone what does he think about it

image

Skill created as a tribute to the mythological Nando Martellone, character of the TV Show Boris.

Link to the Store

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

  1. Run sls alexa auth to authenticate
  2. Run sls alexa create --name "Martellone" --locale en-GB --type custom to create a new skill
  3. Add the skill id returned as env variable SKILLID
  4. Do your first deploy of your Serverless stack
  5. Add the ARN of your lambda as env variable ARNLAMBDA
  6. Run sls alexa update to deploy the skill manifest
  7. Run sls alexa build to build the skill interaction model
  8. Enable the skill in the Alexa app to start testing