Holy lambda is a micro framework which adds support for running Clojure on the AWS Lambda and might be used with arbitrary AWS Lambda deployment tool. Holy lambda provides very convinient environment compared to other tools such as uswitch/lambada or babashka-lambda via simple, but powerful Makefile
recipes eg. deployment is as easy as running make make-bucket deploy
(for native lambda make make-bucket native-deploy
).
Holy lambda supports
Prior work towards targeting Java runtime was done by uswitch/lambada, but lacked being convienient. Holy lambda in the other hand is very convinient and does things which lambada lacked:
deflambda
OutputStream
.I've started experimenting with native runtime around May 2019 inspired by @hjhamala blog post. At that time Clojure community just started experimenting with GraalVM, and there was not such great tools as babashka, therefore holy-lambda is not babashka based. There are some benefits of not using babashka and some tradeoffs which have to be understood before taking a right decision.
Benefits
Tradeoffs
make native-gen-conf
)sam invoke
or make dry-api
If you're not interested in trying holy-lambda out then you can check babashka runtime :) babashka-lambda.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close