Skip to content

Tips Tricks and Insights

David Dai edited this page Nov 27, 2017 · 11 revisions

This is the companion wiki to the 2017 AWS re:Invent chalk talk: ALX327 - Alexa Smart Home

Chalk talk abstract: Explore how to build Alexa Smart Home skills for smart devices so you can delight your customers with voice control, routines, and responsive experiences that work across multiple locales. In this session, learn the developer resources available to you today so you can ship a high quality skill quickly and effortlessly. Plenty of tips, tricks, and insights from Alexa Smart Home experts and an experienced Honeywell API evangelist.

Anatomy of a smart home skill

Why build a smart home skill?

Build a skill in 5 minutes

  • More like 15 minutes if you’re starting from scratch
  • Use guide in GitHub
  • For this chalk talk, we’ll just walk through the five easy steps with an already created skill
  1. Set up Login with Amazon (LWA)
  2. Create the skill
  3. Create the Lambda function
  4. Configure the skill
  5. Test directives and proactive state updates

Lambda best practices

About monitoring

Migrating from v2

It’s all about state

Tips about device discovery

Send correct messages

Multi-language support

Test, submit, publish, repeat