Skip to main content

DynamoDBAdapterOptions

@h4ad/serverless-adapter > DynamoDBAdapterOptions

(interface) DynamoDBAdapterOptions

The options to customize the DynamoDBAdapter

Signature:

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

Extends: Pick<AWSSimpleAdapterOptions , 'batch'>

(property) dynamoDBForwardMethod

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

Signature:

dynamoDBForwardMethod?: string;

(property) dynamoDBForwardPath

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

Signature:

dynamoDBForwardPath?: string;