0.2.0 • Published 7 years ago

alexa-simple-controller v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Alexa Simple Controller

Quickly write lambda functions for the Amazon Echo.

This is not really well tested.

Usage

var controller = require('alexa-simple-controller')('./handler');
controller(alexaEvent, lambdaContext, callback);

Notes

The LaunchRequest invocation would need to be at ./handler/launch-request.js for the above example.

All handlers will be the snake cased version of the invocation sent by Amazon.

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago