Fork me on GitHub
#graalvm
<
2023-04-07
>
igrishaev18:04:30

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.

borkdude21:04:08

@U1WAUKQ3E 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 #CLX41ASCS projects

igrishaev11:04:14

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