UNPKG

hono

Version:

Web framework built on Web Standards

10 lines (9 loc) 243 B
// src/adapter/aws-lambda/index.ts import { handle, streamHandle, defaultIsContentTypeBinary } from "./handler.js"; import { getConnInfo } from "./conninfo.js"; export { defaultIsContentTypeBinary, getConnInfo, handle, streamHandle };