Skip to content

Instantly share code, notes, and snippets.

@IvanaSays
Last active August 3, 2017 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IvanaSays/faea209115b68e36ca1d1b7ed3feaafe to your computer and use it in GitHub Desktop.
Save IvanaSays/faea209115b68e36ca1d1b7ed3feaafe to your computer and use it in GitHub Desktop.
alexa_sdk_exports.js
exports.handler = function(event, context, callback) {
var alexa = Alexa.handler(event, context);
alexa.appId = appId;
alexa.dynamoDBTableName = dynamoDBTableName;
alexa.registerHandlers(newSessionHandlers, getRulesHandlers);
alexa.execute();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment