Skip to content

How to configure maxRetries, retryDelayOptions using this Lib #84

@jerry275

Description

@jerry275

I am using below code to create a table reference. I want to know, how I can configure maxRetries, retryDelayOptions for this "surveyInfo" table.

`var dynamo = require('dynamodb');

dynamo.AWS.config.update({accessKeyId: process.env.accessKeyId, secretAccessKey: process.env.secretAccessKey, region: process.env.region});

var surveyInfo = dynamo.define('surveyInfo', {
hashKey : 'surveyId',
rangeKey: 'surveyAttr'
});

surveyInfo.config({tableName: 'surveyInfo'});

module.exports = surveyInfo;`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions