hono
Version:
Web framework built on Web Standards
8 lines (7 loc) • 318 B
TypeScript
/**
* @module
* AWS Lambda Adapter for Hono.
*/
export { handle, streamHandle, defaultIsContentTypeBinary } from './handler';
export type { APIGatewayProxyResult, LambdaEvent } from './handler';
export type { ApiGatewayRequestContext, ApiGatewayRequestContextV2, ALBRequestContext, LambdaContext, } from './types';