UNPKG

nitropack

Version:

Build and Deploy Universal JavaScript Servers

5 lines (4 loc) 402 B
import type { APIGatewayProxyEvent, APIGatewayProxyEventV2, APIGatewayProxyResult, APIGatewayProxyResultV2, Context } from "aws-lambda"; import "#nitro-internal-pollyfills"; export declare function handler(event: APIGatewayProxyEvent, context: Context): Promise<APIGatewayProxyResult>; export declare function handler(event: APIGatewayProxyEventV2, context: Context): Promise<APIGatewayProxyResultV2>;