aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
cfleming 2019-03-03T22:05:16.035200Z

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

cfleming 2019-03-03T22:05:34.035800Z

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

cfleming 2019-03-03T22:06:19.036300Z

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.

ghadi 2019-03-03T22:23:14.036800Z

Dunno @cfleming

ghadi 2019-03-03T22:23:34.037400Z

native-image is highly overrated, IMHO

ghadi 2019-03-03T22:23:52.037900Z

Too many restrictions, it's not Java

ghadi 2019-03-03T22:24:16.038600Z

jaotc is Java however. Have you tried it?

ghadi 2019-03-03T22:24:47.039300Z

It uses Graal under the hood but with a different strategy

cfleming 2019-03-03T22:26:41.039700Z

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