hono icon indicating copy to clipboard operation
hono copied to clipboard

Triggers support for AWS Lambda adapter

Open NamesMT opened this issue 1 year ago • 1 comments

What is the feature you are proposing?

The current aws-lambda adapter does not support and also makes it very hard for user to implement a way to handle trigger requests (Like S3, EventBridge, function invokes), as any request that doesn't match the "HTTP Request" schema will error before being available at the Hono's context level.

Should we add support for it officialy at hono?

NamesMT avatar Jul 23 '24 05:07 NamesMT

Regarding the official adaptor, I think it should be based on HTTP requests. I plan to publish this later, so please wait a little longer.

watany-dev avatar Jul 23 '24 07:07 watany-dev