elearning/Frontend-Learner/node_modules/nitropack/dist/presets/aws-lambda/runtime/aws-lambda.d.ts
2026-01-13 10:48:02 +07:00

4 lines
402 B
TypeScript

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>;