Reference

AwsLambdaHttpResultV2

Represents the AWS API Gateway HTTP API v2 result returned by buffered handlers.

Signature

interface AwsLambdaHttpResultV2

Members

body: string
cookies?: string[]
headers?: Record<string, string>
isBase64Encoded: boolean
statusCode: number