UNPKG

express-to-lambda

Version:

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

4 lines (3 loc) 138 B
import { adapter } from "./utils/handler"; declare function convert(targetDirectory: string): Promise<void>; export { convert, adapter };