Shuyang Chen
Shuyang Chen
The current lambda framework implementation builtin to the library expects the handler to be from lambda's API Gateway. We can explore being able to customize it in the future. For...
@sakthisg Can you provide more logs for your lambda? Like provide the full HTTP response generated by lambda and any error/info logs from your lambda function? That error by itself...
We are working on improving the lambda framework support which is being discussed in #219 If that works out, you will be able to use `exports.handler = app` instead of...
Yeah, the plugin system hasn't been completely battle tested yet so we can definitely add more helper types. It was intended for developers to use the [`Plugin`](https://github.com/actions-on-google/actions-on-google-nodejs/blob/094302f9a68f8feadd2a2f1f752d9deb829c827c/src/assistant.ts#L36) interface to create...
Hi, can you show the code that threw the error for you?