aws-lambda

2021-01-20T08:01:15.000800Z

Hi everyone, What do you think about using Serverless Framework with Clojure/ClojureScript? Good idea, bad idea? What kind of setup would you go forward if you had new lambda projects and wanted to develop them with Clojure/REPL experience?

AJ Jaro 2021-01-20T15:24:42.000900Z

I don’t have a ton of experience here, but I’d definitely be concerned about AWS Lambda costs for that route. I think it’s handy for little things though. One challenge I haven’t yet addressed (newb) is working on version control here

AJ Jaro 2021-01-20T15:25:15.001100Z

I realize that is not totally answering your question, however this channel has been pretty dead so I didn’t want you to feel ignored.

valtteri 2021-01-20T19:08:21.006500Z

I have dabbled with Serverless Framework using CLJ and I have two little projects online with SLS + CLJS. Next I’d like to try Babashka on Lambda, but haven’t had time yet. Both CLJ and CLJS have been good experiences. My serverless projects tend to be small (by design) and so is the amount of code.. With so little code it’s pretty much the same if it’s JavaScript, Python, ClojureScript or whatever. But the REPL experience is nice to have nevertheless. If you go CLJS, I can warmly recommend Shadow-CLJS for “no surprises” integration with npm. Here’s a small example project with very simple setup https://github.com/vharmain/serverless-healthcheck

👍 2
valtteri 2021-01-20T19:19:17.008300Z

I tried also this a couple of years ago and it worked well at least back then https://github.com/nervous-systems/serverless-cljs-plugin

👍 1