Andrés Reyes Monge

Results 9 comments of Andrés Reyes Monge

We should probably remove the botframework stuff, don't think anyone uses it and it's pretty outdated because of that. Also mark googleapis actions-on-google and ask-sdk-model as peer dependencies, those seem...

I don't like it, that would include state machine concepts (States) in request types that in reality are not part of the state machine execution, we never transition between states...

But i do like the idea of having something like "onRequest" which just handles whatever request type we throw at it

you could do something like ```js function genericHandler(event, reply) { // do something } app.onAudioPlayerSomething(genericHandler) app.onAudioPlayerSomethingElse(genericHandler) ``` I do think it's a great point that the directives should work on...

I've been experiencing this too, anything I could do to provide more debug info?

@alanhamlett sure, send me an email so we can schedule something.

Interestingly enough, the API gateway and the application work correctly (minus auth of course) when i remove the serverless-basic-authentication plugin. I also tested using the "Test" feature and serverless-basic-authentication enabled,...

@mLupine just trying to bring this one to your attention