Reference
AwsLambdaHttpEventV2
Represents the AWS API Gateway HTTP API v2 event consumed by buffered handlers.
Signature
interface AwsLambdaHttpEventV2Members
body?: stringcookies?: string[]headers?: Record<string, string | undefined>isBase64Encoded?: booleanrawPath: stringrawQueryString: stringrequestContext: { http: { method: string; protocol?: string } }version: "2.0"