taoensso / faraday

Amazon DynamoDB client for Clojure
https://www.taoensso.com/faraday
Eclipse Public License 1.0
238 stars 84 forks source link

Allow client code to pass actual AWS credentials #14

Closed paraseba closed 10 years ago

paraseba commented 10 years ago

This supports more complex use cases in which the BasicAwsCredentials are not enough. Here is one example:

http://aws.typepad.com/aws/2012/11/delegating-api-access-to-aws-services-using-iam-roles.html

ptaoussanis commented 10 years ago

Looks good, thanks Sebastián!

paraseba commented 10 years ago

You are welcome. Can we cut a new version with this? 1.0.1?

ptaoussanis commented 10 years ago

Sure, done!

paraseba commented 10 years ago

Thank you Sir