optional
statusDescription: string
optional
multiValueHeaders: { [headerKey: string]: string[]; }
statusDescription: string
multiValueHeaders: { [headerKey: string]: string[]; }
Add Package
deno add jsr:@hono/hono
Import symbol
import { type APIGatewayProxyResult } from "@hono/hono/aws-lambda";
---- OR ----
Import directly with a jsr specifier
import { type APIGatewayProxyResult } from "jsr:@hono/hono/aws-lambda";
Add Package
npx jsr add @hono/hono
Import symbol
import { type APIGatewayProxyResult } from "@hono/hono/aws-lambda";
Add Package
yarn dlx jsr add @hono/hono
Import symbol
import { type APIGatewayProxyResult } from "@hono/hono/aws-lambda";
Add Package
pnpm dlx jsr add @hono/hono
Import symbol
import { type APIGatewayProxyResult } from "@hono/hono/aws-lambda";
Add Package
bunx jsr add @hono/hono
Import symbol
import { type APIGatewayProxyResult } from "@hono/hono/aws-lambda";