/** * @module * AWS Lambda Adapter for Hono. */ export { handle, streamHandle, defaultIsContentTypeBinary } from './handler'; export { getConnInfo } from './conninfo'; export type { APIGatewayProxyResult, LambdaEvent } from './handler'; export type { ApiGatewayRequestContext, ApiGatewayRequestContextV2, ALBRequestContext, LambdaContext, } from './types';