Skip to main content

SNSAdapterOptions

@h4ad/serverless-adapter > SNSAdapterOptions

(interface) SNSAdapterOptions

The options to customize the SNSAdapter

Signature:

export interface SNSAdapterOptions 

(property) snsForwardMethod

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

Signature:

snsForwardMethod?: string;

(property) snsForwardPath

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

Signature:

snsForwardPath?: string;