Adding parameters related to Dynamodb
rpinheiroalmeida
released this
16 Apr 16:59
·
67 commits
to master
since this release
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)