taoensso / faraday

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

Slim down AWS dependencies #60

Closed jaley closed 9 years ago

jaley commented 9 years ago

Hello!

[com.amazonaws/aws-java-sdk "1.9.25" :exclusions [joda-time]]

Does Faraday need the full AWS SDK? It makes for a rather large uberjar. Presumably only the DDB, and maybe core jars are required? Amazon provide separate jars for the different services.

ptaoussanis commented 9 years ago

Hi James,

Thanks for pinging me about this. Wasn't actually aware that separate jars are available - would be happy to accept a PR that swapped to the appropriate dep. All we should need is the DDB client.

Cheers! :-)