graalvm

igrishaev 2023-04-07T18:02:30.616419Z

I wrote a small framework for AWS Lambda: https://github.com/igrishaev/lambda Briefly, you compile a single bootstrap binary file with Graal and run it in bare provided.al2 runtime. The startup time is quite fast.

borkdude 2023-04-07T21:09:08.955069Z

@igrishaev you may not have intended it, but since your "framework" is pure clojure and only has dependencies that are also bundled with bb, I think it will also work for #babashka projects

igrishaev 2023-04-08T11:08:14.780219Z

That's right, I haven't tried it with babashka yet but it should work, I believe.