DEPRECATED. See lumiere-client-*
projects.
Alexa skill to change Lumiere lights.
- Install ask:
npm install ask -g
- Make sure that you have
~/.aws/config
and~/.aws/credentials
setup. - Run
ask init
- Make sure that you have
- Update lambda function and dependencies in
lambda/custom/
- Update model(s) in
models/
- Deploy:
ask deploy
- Test:
ask simulate --locale="en-us" --text="ask lumiere change lights red, blue, silver" --debug
- Update and publish on Amazon
- ??