Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface APIGatewayProxyResult

Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 1.0

see

Hierarchy

  • APIGatewayProxyResult

Index

Properties

body

body: string

Optional headers

headers: {}

Type declaration

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

Optional isBase64Encoded

isBase64Encoded: boolean

Optional multiValueHeaders

multiValueHeaders: {}

Type declaration

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

statusCode

statusCode: number

Generated using TypeDoc