UNPKG

@bestcodetools/api-node-base

Version:

BestCodeTools Node Base for Backend API

4 lines 231 B
import type { HttpApp } from '@types'; declare const createLambdaHandlerForHttpApp: (httpApp: HttpApp) => (event: any, context: any) => Promise<any>; export default createLambdaHandlerForHttpApp; //# sourceMappingURL=index.d.ts.map