Octavio Menocal Cordero

Results 4 comments of Octavio Menocal Cordero

Thanks @jkelvie I was able to use it that way exactly. Sorry for not posting it before!

@rmberrios I'm running a project with these dependencies: ``` "dependencies": { "lambda-log": "^2.3.0", "lodash": "^4.17.15", "raven": "^2.6.4", "serverless-sentry-lib": "^1.1.2", "voxa": "^3.3.0" } ``` I'm using voxa: 3.3.0 and when I...

Oh ok, I misunderstood the maximum size of the zipped file which is 75MB in Lambda

I like the idea of the `onRequest` method, like: ```js voxaApp.onRequest('PlaybackController.NextCommandIssued', (voxaEvent) => { // CODE }); ``` Though we should think more about the way to return the object,...