Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AlbResponse

Response to a AWS Lambda HTTP request event.

Hierarchy

  • AlbResponse

Index

Properties

body

body: string

HTTP response body, potentially Base64 encoded.

headers

headers: object

HTTP response headers as a map.

isBase64Encoded

isBase64Encoded: boolean

Is the body property Base64 encoded?

statusCode

statusCode: number

HTTP response code (201, 400, 500 etc.)

Generated using TypeDoc