This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-13
Channels
- # announcements (1)
- # babashka (29)
- # beginners (64)
- # calva (4)
- # cider (5)
- # cljs-dev (3)
- # cljsrn (2)
- # clojure (100)
- # clojure-australia (2)
- # clojure-conj (7)
- # clojure-dev (9)
- # clojure-europe (31)
- # clojure-germany (1)
- # clojure-nl (2)
- # clojure-uk (13)
- # clojured (2)
- # clojurescript (62)
- # community-development (2)
- # conjure (1)
- # cursive (21)
- # datomic (39)
- # events (2)
- # fulcro (7)
- # graalvm (24)
- # graalvm-mobile (11)
- # holy-lambda (3)
- # jobs (7)
- # lsp (15)
- # malli (26)
- # music (1)
- # nyc (2)
- # off-topic (18)
- # reagent (23)
- # reitit (5)
- # remote-jobs (1)
- # shadow-cljs (2)
- # tools-deps (26)
- # vim (6)
- # xtdb (17)
#holy-lambda2021-07-13
>
Hi everyone, with help from @karol.wojcik I was able to replace a CLJS lambda with a native lambda and wow, what a performance gain. My lambdas are mostly IO bound (aws calls) so compute perf is not a problem but cold starts are a big problem. Holy Lambda allowed me to 1/ automate the build in CI and 2/ replace code for a Lambda already created by CDK. I’m now testing etc with a plan to move to prod later this week.
🎉 4
Thank you @U0510KXTU!