aws

Oliver Marks 2025-11-24T14:01:42.937149Z

wonder if anyone can help I have a project that is using the cognitect aws api library, I am using the very latest versions if I run my code with clj command everything is fine, how ever when building a uberjar and running the jar file with java I get "No such var: aws-http/uri-authority" at the point where I build the client, I am a bit lost on this any one encountered this sort of error before and know where I should be looking ?

Oliver Marks 2025-11-24T14:17:02.918609Z

never mind figured it out looks like it build cache related, just wiped all the caches I could think of and it seems to have fixed things.

👍 1