exports.handler = (event, context) => { const alexa = Alexa.handler(event, context); alexa.registerHandlers(handlers); alexa.execute(); };
By Ouadie LAHDIOUI
DevFest Nantes 2017