sclasen / akka-persistence-dynamodb

MOVED TO: github.com/akka/akka-persistence-dynamodb
https://github.com/akka/akka-persistence-dynamodb
24 stars 0 forks source link

use InstanceProfileCredentialsProvider if no secret key was specified #2

Open nefilim opened 10 years ago

nefilim commented 10 years ago

update dependencies to current versions

hi @sclasen ... a little messy, would be nice to externalize the AwsCredentialsProvider into the journal config stanza, what do you think?

rkuhn commented 8 years ago

Hi @nefilim, sorry for the long delay: the Akka team is now taking over maintainership of this plugin, the new repo is at https://github.com/akka/akka-persistence-dynamodb. Would you mind submitting a PR against that? (no need to include version updates, we will upgrade to Akka 2.4.1 now as well)

rkuhn commented 8 years ago

I solved this a little differently in akka/akka-persistence-dynamodb#46 by using the default credentials provider chain as documented here.