Skip to main content

@hono/hono@4.6.1
Built and signed on GitHub Actions

Web framework built on Web Standards

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
82%
Published
22 hours ago (4.6.1)

Functions

f
handle

Accepts events from API Gateway/ELB(APIGatewayProxyEvent) and directly through Function Url(APIGatewayProxyEventV2)

f
streamHandle
No documentation available

Interfaces

I
ALBRequestContext
No documentation available
I
APIGatewayProxyResult
No documentation available
I
ApiGatewayRequestContext
No documentation available
I
ApiGatewayRequestContextV2
No documentation available
I
LambdaContext

Handler context parameter.See AWS documentation.

Type Aliases

T
LambdaEvent
No documentation available

Add Package

deno add @hono/hono

Import symbol

import * as mod from "@hono/hono/aws-lambda";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@hono/hono/aws-lambda";

Add Package

npx jsr add @hono/hono

Import symbol

import * as mod from "@hono/hono/aws-lambda";

Add Package

yarn dlx jsr add @hono/hono

Import symbol

import * as mod from "@hono/hono/aws-lambda";

Add Package

pnpm dlx jsr add @hono/hono

Import symbol

import * as mod from "@hono/hono/aws-lambda";

Add Package

bunx jsr add @hono/hono

Import symbol

import * as mod from "@hono/hono/aws-lambda";