Static method that creates an AWS Lambda-compatible handler function from a
Hono app. The returned function accepts a Lambda event and returns a promise
of a ServerlessResponse.
A Hono-compatible application with a fetch method.
(event: ServerlessEvent) => Promise<ServerlessResponse> — A Lambda handler function.