Files
vat-api.eu/node_modules/nitropack/dist/presets/aws-lambda/runtime/aws-lambda-streaming.d.ts
2026-02-13 22:02:30 +01:00

4 lines
194 B
TypeScript

import type { APIGatewayProxyEventV2 } from "aws-lambda";
import "#nitro-internal-pollyfills";
export declare const handler: import("aws-lambda").StreamifyHandler<APIGatewayProxyEventV2, void>;