This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-11
Channels
- # aws (6)
- # beginners (167)
- # cider (41)
- # cljs-dev (6)
- # cljsrn (3)
- # clojure (399)
- # clojure-dusseldorf (1)
- # clojure-nl (2)
- # clojure-spec (3)
- # clojure-uk (47)
- # clojurescript (16)
- # core-async (8)
- # cursive (56)
- # datomic (14)
- # devcards (1)
- # docs (2)
- # duct (2)
- # editors (3)
- # emacs (3)
- # fulcro (178)
- # graphql (10)
- # off-topic (107)
- # onyx (7)
- # pedestal (21)
- # planck (13)
- # re-frame (58)
- # reagent (76)
- # ring-swagger (3)
- # shadow-cljs (85)
- # slack-help (2)
- # sql (1)
- # tools-deps (11)
- # uncomplicate (5)
- # vim (24)
- # yada (4)
@lloydshark How do you find Clojure in Lambdas. I had heard the slow startup time caused issues
@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.
The lambdas that are connected to our UI are written in javascript as they were more sensitive to startup time.
I personally have done some experimentation with ClojureScript on node (for Lambda), but it hasn't gone any further than that yet.
I am using cljs lambdas with great results, behind API gateways, super smooth and no issues. I am using the Serverless Framework
🙌 4