Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface APIGatewayProxyStructuredResultV2

Interface for structured response with statusCode andheaders Works with HTTP API integration Payload Format version 2.0

see

Hierarchy

  • APIGatewayProxyStructuredResultV2

Index

Properties

Optional body

body: string

Optional cookies

cookies: string[]

Optional headers

headers: {}

Type declaration

  • [header: string]: boolean | number | string

Optional isBase64Encoded

isBase64Encoded: boolean

Optional statusCode

statusCode: number

Generated using TypeDoc