Fork me on GitHub
#aws
<
2015-09-19
>
kyle_schmidt19:09:28

anyone have experience writing clojure for lambda functions in AWS. Is it even possible? I think it is possible given lambda needs to be written in a language using the jvm...

jaen19:09:37

I think I've seen some articles about that, but I don't have the bookmarks on me. I think using Clojurescript is also a possibility, and might be preferable due to lower startup time.

alandipert19:09:21

@kyle_schmidt: it's possible and works pretty well

alandipert19:09:01

we looked into it for making something like https://github.com/awslabs/aws-lambda-redshift-loader, but then discovered that project existed. so we just deplyoed their node thing

donmullen20:09:53

@kyle_schmidt: Looks like Ben Vandgrift / Adam Hunter are giving a talk on using AWS’ Lambda services with clojure at the conj.