Skip to main content

SQSAdapterOptions

@h4ad/serverless-adapter > SQSAdapterOptions

(interface) SQSAdapterOptions

The options to customize the SQSAdapter

Signature:

export interface SQSAdapterOptions extends Pick<AWSSimpleAdapterOptions, 'batch'> 

Extends: Pick<AWSSimpleAdapterOptions , 'batch'>

(property) sqsForwardMethod

The http method that will be used to create a request to be forwarded to the framework.

Signature:

sqsForwardMethod?: string;

(property) sqsForwardPath

The path that will be used to create a request to be forwarded to the framework.

Signature:

sqsForwardPath?: string;