Tiny native AWS Custom Lambda Runtime which fulfills your needs!
It allows you to write one code which might run either on Official Java AWS Runtime (if you don't care about speed or you want to test your lambdas) or on Native Custom AWS Runtime built into your codebase.
Jump here to start the journey with the Holy Lambda.
You will need following things to start:
The last step is to install fnative which is a tiny wrapper which builds the .jar using GraalVM and outputs the binary in your project
fnative in your path.
wget https://raw.githubusercontent.com/FieryCod/holy-lambda/master/resources/fnative && chmod +x fnative && sudo mv fnative /usr/local/bin
hello-lambda from the examples and you have everything to experimentCopyright © 2019 Karol Wojcik
Released under the MIT license.
lambadaholy-lambda.Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |