Reference

AwsLambdaHttpEventV2

Represents the AWS API Gateway HTTP API v2 event consumed by buffered handlers.

Signature

interface AwsLambdaHttpEventV2

Members

body?: string
cookies?: string[]
headers?: Record<string, string | undefined>
isBase64Encoded?: boolean
rawPath: string
rawQueryString: string
requestContext: { http: { method: string; protocol?: string } }
version: "2.0"