Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MiddlewareConfig

Hierarchy

  • MiddlewareConfig

Index

Properties

ignoreMethods?: string[]

Array of methods to not send to aws. e.g. ["OPTIONS"]

ignorePaths?: string[]

Array of paths to not send to aws. e.g. ["/healhcheck"]

ignoreStatusCodeError?: number[]

Array of Status Code to not set as error. from 400 to 499.

ignoreStatusCodeFault?: number[]

Array of Status Code to not set as fault. from 500 to 599.

name?: string

The logical name of the service that handled the request.

throttleSeconds?: number

Seconds to set segment as trottle.