UNPKG

express-to-lambda

Version:

Simple package for converting your express application to an AWS Lambda.

2 lines (1 loc) 93 B
export declare function addHandler(filePath: string, isCommonJs: boolean): Promise<unknown>;