This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
@alandipert: Just the web
ah cool
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...
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.
@kyle_schmidt: it's possible and works pretty well
First Google link seems like a nice introduction - https://nervous.io/clojure/clojurescript/aws/lambda/node/lein/2015/07/05/lambda/
thanks @jaen @alandipert !
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
@kyle_schmidt: Looks like Ben Vandgrift / Adam Hunter are giving a talk on using AWS’ Lambda services with clojure at the conj.
Awesome! Thanks @donmullen