Fork me on GitHub
#aws
<
2018-04-11
>
danm08:04:00

@lloydshark How do you find Clojure in Lambdas. I had heard the slow startup time caused issues

lloydshark09:04:19

@carr0t Hasn't been an issue for us. The Clojure lambdas we use for "backend" asynchronous processing. ie Responding to files landing in s3 / listening to dynamo streams etc.

lloydshark09:04:11

The lambdas that are connected to our UI are written in javascript as they were more sensitive to startup time.

lloydshark09:04:57

I personally have done some experimentation with ClojureScript on node (for Lambda), but it hasn't gone any further than that yet.

danm09:04:28

Fair enough

richiardiandrea14:04:09

I am using cljs lambdas with great results, behind API gateways, super smooth and no issues. I am using the Serverless Framework

🙌 4