Fork me on GitHub
#babashka
<
2024-04-27
>
Jacob Emcken06:04:13

https://github.com/cognitect-labs/aws-api/blob/0f0089f42c189ddf60b6ba2e0286bb71974aed63/src/cognitect/aws/client/impl.clj#L94-L117, which Babashka doesn't support. I am looking into re-implementing the client, but with my very limited Java knowledge, is it even possible to "fake" in some way, so the rest of the code is oblivious to this fact. If it is impossible what would bring me the closest? I would love to have a client that works well in both Clojure, Babashka and ClojureScript.

borkdude06:04:05

Have you tried awyeah?

Jacob Emcken06:04:00

nope, but it sure looks promising

Jacob Emcken07:04:51

This is exactly what I was looking for, thanks 🙏