UNPKG

hono

Version:

Web framework built on Web Standards

8 lines (7 loc) 290 B
/** * @module * AWS Lambda Adapter for Hono. */ export { handle, streamHandle } from './handler'; export type { APIGatewayProxyResult, LambdaEvent } from './handler'; export type { ApiGatewayRequestContext, ApiGatewayRequestContextV2, ALBRequestContext, LambdaContext, } from './types';