hono
Version:
Web framework built on Web Standards
9 lines (8 loc) • 360 B
TypeScript
/**
* @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';