Hi,

I've just released lambada, a tiny library that provides a way to write AWS 
Lambda [1] functions in clojure:

    https://github.com/uswitch/lambada

The slightly tricky part with using clojure on Lambda was getting the 
clojure runtime to load classes using the correct class loader and this 
library solves that problem, and provides a simple macro to generate named 
classes that can be used as Lambda handlers.

Cheers,

Ragnar 


[1]: http://docs.aws.amazon.com/lambda/latest/dg/welcome.html

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to