Convert a serverless event into a standard Request, route it through the Hono
app, and return a normalized ServerlessResponse.
A Hono-compatible application with a fetch method.
The incoming serverless event. Properties include httpMethod, method,
headers, body, path, rawPath, and queryStringParameters.
Promise<ServerlessResponse> — A normalized response with statusCode,
headers, and body.