Does anyone know if Cognitect’s AWS API can be compiled using Graal’s native-image?
I’d like to use it in a lambda, but the Clojure startup time is a problem there.
I seem to recall seeing that SSL (and thus HTTPS) was a problem with Graal, which I guess would affect it, but I don’t know what the state of that is.
Dunno @cfleming
native-image is highly overrated, IMHO
Too many restrictions, it's not Java
jaotc is Java however. Have you tried it?
It uses Graal under the hood but with a different strategy
@ghadi I haven’t, no - I’ll check it out.