UNPKG

lambda-request-handler

Version:

An npm module that allows your Node.js web applications to be deployed as an AWS Lambda function and invoked in response to API Gateway, HTTP API, or Application Load Balancer requests.

3 lines (2 loc) 93 B
declare const getNestHandler: (nestApp: any) => Promise<any>; export default getNestHandler;