Fork me on GitHub
#aws
<
2022-06-15
>
dabrazhe16:06:33

What people are using these days to create and deploy AWS Lambda? I used https://github.com/dainiusjocas/babashka-lambda a while ago, but the repo is not maintained and automation is pretty basic. I heard about Holy Lambda recently, what is your experience?

lukasz16:06:01

We just build a JAR and deploy it using Terraform, our Lambdas are used only for infrastructure stuff so they don't change that often

thomas20:06:15

have you looked at #nbb ? that can run on Lambda's. I haven't tried it myself though.

steveb8n00:06:52

HL is excellent. we use it for many lambdas in prod

Karol Wójcik13:06:15

HL is quite minimal and ships with the great performance. It's faster than running Clojure on official Java runtime consume less memory.

Karol Wójcik13:06:34

The current pain points are the HL tasks that are planned to get rewritten in few weeks / months depending on my mood :D