import { type APIGatewayProxyEventV2 } from "https://deno.land/x/lambda@1.42.2/types.d.ts";
Works with HTTP API integration Payload Format version 2.0
Properties
headers: APIGatewayProxyEventHeaders
optional
queryStringParameters: APIGatewayProxyEventQueryStringParametersrequestContext: { accountId: string; apiId: string; authorizer?: { jwt: { claims: { [name: string]: ; }; scopes: string[]; }; }; domainName: string; domainPrefix: string; http: { method: string; path: string; protocol: string; sourceIp: string; userAgent: string; }; requestId: string; routeKey: string; stage: string; time: string; timeEpoch: number; }
| string
| number
| boolean
| string[]
optional
pathParameters: APIGatewayProxyEventPathParametersoptional
stageVariables: APIGatewayProxyEventStageVariables