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.
@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
That's right, I haven't tried it with babashka yet but it should work, I believe.