Fork me on GitHub
#aws
<
2019-03-03
>
cfleming22:03:16

Does anyone know if Cognitect’s AWS API can be compiled using Graal’s native-image?

cfleming22:03:34

I’d like to use it in a lambda, but the Clojure startup time is a problem there.

cfleming22:03:19

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.

ghadi22:03:34

native-image is highly overrated, IMHO

ghadi22:03:52

Too many restrictions, it's not Java

ghadi22:03:16

jaotc is Java however. Have you tried it?

ghadi22:03:47

It uses Graal under the hood but with a different strategy

cfleming22:03:41

@ghadi I haven’t, no - I’ll check it out.