choly

Holy Lambda Command Line Application


Keywords
aws, aws-lambda, babashka, clojure, graalvm, java, native-image
License
MIT
Install
pip install choly==0.0.3

Documentation

Holy Lambda

Clojars Project CircleCI codecov cljdoc badge pipi badge MIT Licence


Tiny native AWS Custom Lambda Runtime which fulfills your needs!

What it does?

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 learn more and start the journey with the Holy Lambda.

Quickstart

lein new holy-lambda <your-project-name>

License

Copyright © 2019 Karol Wojcik aka Fierycod

Released under the MIT license.

Acknowledges

  • Daria - Thank you that you were always beside me, fighting for me when I had no faith and energy.
  • @KrzysztofTucholski - Thank you for boosting my ego
  • @uswitch - Thank you for interests in AWS Lambda Functions and providing us the lambada
  • @hjhamala - Thank you for sharing post about native lambda functions. You have inspired me to write holy-lambda.