aws

dabrazhe 2022-06-15T16:03:33.127139Z

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?

Karol Wójcik 2022-06-16T13:43:15.165069Z

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ójcik 2022-06-16T13:44:34.214429Z

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

lukasz 2022-06-15T16:12:01.787209Z

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

thomas 2022-06-15T20:15:15.343419Z

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

steveb8n 2022-06-16T00:46:52.090659Z

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