Easy question I guess, is it mandatory to AOT vanilla JVM clojure shipped to Lambda? Normally I avoid AOT in any given prod app - I favor simplicity over startup time. However Lambda is sensitive to startup time 🤔
it's not mandatory but it's recommended for the reason you mentioned
it may be mandatory depending on if you're using the AWS Java runtime
which expects to find classes, not clj files
Yeah the devil is in the details :) technically AWS Java might be happy as it finds clojure.core's .class files?
correct
we are working on something in this space, stay tuned
that's part of it @karol.wojcik
Anything different than HL actually is?
yes!
Wow. Can wait to see it!
I mean it's much smaller than holy-lambda
but... stay tuned
:D I will