Skip to content

Adding parameters related to Dynamodb

Compare
Choose a tag to compare
@rpinheiroalmeida rpinheiroalmeida released this 16 Apr 16:59
· 67 commits to master since this release
abf5445

Now is possible to pass the following parameters as config to the DynamodbProvider:

  • maxRetries: The maximum amount of retries to perform for a service request. (Link to documentation)
  • httpOptions: A set of options to pass to the low-level HTTP request, supporting proxy, agent, connectTimeout, timeout, xhrAsync and xhrWithCredentials. (Link to documentation)