/coloring-pages-skill

Ask Alexa to print something. It could be an animal, a cartoon character, a mandala, etc. Alexa will find a coloring page for you to color.

Primary LanguageTypeScript

Coloring Pages Alexa Skill

Backend

We will use AWS lambda to run our javascript script.

Create the lambda function

  1. Go to your AWS lambda console

  2. Choose blank function on the new function blueprints menu

  3. Setup the lambda trigger. Click on the dotted square and choose Alexa Skill Kit

  4. Configure the function, you can leave the defaults and just change the following:

    • Name the function. e.g. coloring-ages-skill
    • Choose Node.js 4.3 runtime
    • Choose a role name. e.g. coloring-pages-skill
    • Increase the timeout a little bit. e.g. 10sec

Deploy lambda function