Giter Site home page Giter Site logo

Comments (9)

codeasone avatar codeasone commented on August 18, 2024 2

A simple work-around for this limitation is simply putting the amazon SDK dependency ahead of faraday in your project.clj e.g:

[com.amazonaws/aws-java-sdk-dynamodb "1.11.126"]
[com.taoensso/faraday "1.9.0"]

from faraday.

ricardojmendez avatar ricardojmendez commented on August 18, 2024

I have a fork which I'm using to work-around this issue. I've used 1.11.126 and am not seeing any significant issues.

Can you make a pull request?

from faraday.

codeasone avatar codeasone commented on August 18, 2024

@ricardojmendez I just bumped the version in the project.clj, which doesn't justify a PR.

from faraday.

zarkone avatar zarkone commented on August 18, 2024

@codeasone sorry, but why it doesn't justify a PR? I would be glad to remove this line from deps

from faraday.

codeasone avatar codeasone commented on August 18, 2024

Why would you remove the dependency aws-java-sdk-dynamodb, which is required - perhaps I'm not understanding what you mean by:

[...] remove this line from the deps

Here is a PR to bump the version to the one my current projects uses, and which addresses the original issue without having to mitigate via Clojure's dependency resolution process. #117

./run-tests local reported no failures for me.

from faraday.

zarkone avatar zarkone commented on August 18, 2024

@codeasone Sorry that my words was not clear...

Before, you suggested to add 1.11.126 to project.clj before faraday to workaround this issue. This is what I did, and it works for me. But I would be glad to remove this dependency from my project.clj, not faraday's, i.e. have this dependency updated inside faraday. So, thanks for your PR!

from faraday.

lilactown avatar lilactown commented on August 18, 2024

How did you guys configure faraday to use dynamodb without providing credentials?

from faraday.

belucid avatar belucid commented on August 18, 2024

Part of 1.10. Beta forthcoming.

from faraday.

jvtrigueros avatar jvtrigueros commented on August 18, 2024

@Lokeh not to add too much noise to this issue, but you have to provide credentials, if you're looking to use DynamoDB Local (which requires no credentials) add these in your client-opts:

{:access-key ""
 :secret-key ""}

from faraday.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.