akka-persistence-dynamodb
akka-persistence-dynamodb copied to clipboard
use InstanceProfileCredentialsProvider if no secret key was specified
trafficstars
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?
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)
I solved this a little differently in akka/akka-persistence-dynamodb#46 by using the default credentials provider chain as documented here.