svelte-kit-sst
Version:
Adapter for SvelteKit apps to work on AWS Lambda and AWS Lambda@Edge.
3 lines (2 loc) • 363 B
TypeScript
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>;