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) 97 B
declare const fastifyV4Handler: (app: any) => Promise<unknown>; export default fastifyV4Handler;