markitx / dynamo-backup-to-s3

Stream DynamoDB backups to S3
MIT License
141 stars 106 forks source link

Missing credentials in config for lots of parallel requests #50

Open mousavian opened 7 years ago

mousavian commented 7 years ago

I happen to face an issue when using AWS temporary security credentials solution in parallel for many tables which cause Missing credentials in config error randomly. So I need to set some more general configuration options such as httpOptions and maxRetries. ( some references: 1, 2, 3)

But since param object, which holds aws config options, is not customisable outside of this library, it is not possible.

-- @dylanlingelbach, do you think we can fork, merge these PRs and work around existing issues if you don't get write access in any near future?

dylanlingelbach commented 7 years ago

@mousavian yes, I think we should fork, merge the PRs. I am not sure I will be able to get write access in the near future. I'll coordinate