edasque / DynamoDBtoCSV

Dump DynamoDB data into a CSV file
Apache License 2.0
471 stars 152 forks source link

Use AWS Credential Provider Chain instead of config.json #49

Closed dmarreco closed 4 years ago

dmarreco commented 5 years ago

I'd like this project to obtain the AWS credentials from the system's credential provider chain (as described in https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html), instead of having to manually set it in config.json.

hannahapuan commented 5 years ago

Made a PR for this (#54)

edasque commented 4 years ago

Solved with #54