const event = c.env.event as APIGatewayProxyEventV2 event.pathParameters = c.req.param()
import { APIGatewayProxyEventV2 } from "hono/dist/types/adapter/aws-lambda/handler";