Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AlbRequest

AWS Lambda HTTP request event.

Hierarchy

  • AlbRequest

Index

Constructors

constructor

Properties

body

body: string

HTTP request event body, potentially Base64 encoded.

headers

headers: object

HTTP request headers as a map.

httpMethod

httpMethod: string

HTTP method ('GET', 'POST', 'PUT' etc.)

isBase64Encoded

isBase64Encoded: boolean

Is the body property Base64 encoded?

path

path: string

Request URL path. Excludes protocol, host and port.

queryStringParameters

queryStringParameters: object

HTTP request query string parameters as a map.

Generated using TypeDoc