elearning/Frontend-Learner/node_modules/nitropack/dist/presets/aws-lambda/runtime/aws-lambda.d.ts

5 lines
402 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
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>;