How to use the jovo-framework.Jovo.execute function in jovo-framework

To help you get started, we’ve selected a few jovo-framework examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jovotech / jovo-sample-voice-app-nodejs / index_lambda.js View on Github external
exports.handler = function(event, context, callback) {
    app.handleRequest(event, callback, handlers);
    app.execute();
};