Skip to content

Latest commit

 

History

History
executable file
·
22 lines (16 loc) · 1.08 KB

File metadata and controls

executable file
·
22 lines (16 loc) · 1.08 KB

Build an Alexa Smart Home Skill Sandbox

These instructions are to build a sample Alexa skill that uses AWS services to store properties of virtual devices. In the course of these instructions you will create the Alexa skill and supporting backend to handle the requests from Alexa and provide responses based on user input.

Automated Instructions

The fastest way to get up and running is to follow the automated instructions for creating a Sandbox.

Manual Instructions

For the manual instructions, follow these steps in order.

  1. Verify Requirements
  2. Create the Smart Home Skill Backend
  3. Set Up Login with Amazon
  4. Create the Alexa Smart Home Skill
  5. Configure the Alexa Smart Home Skill
  6. Link the Alexa Smart Home Skill
  7. Create the Endpoints
  8. Test the Endpoints
  9. Send an Event
  10. Clean Up