UNPKG

sveltekit-lambda-adapter

Version:
3 lines (2 loc) 363 B
import type { APIGatewayProxyEventV2, APIGatewayProxyEvent, CloudFrontRequestEvent } from 'aws-lambda'; export declare function handler(event: APIGatewayProxyEventV2 | CloudFrontRequestEvent | APIGatewayProxyEvent): Promise<import("aws-lambda").APIGatewayProxyResultV2 | import("aws-lambda").APIGatewayProxyResult | import("aws-lambda").CloudFrontRequestResult>;