This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-27
Channels
- # announcements (9)
- # aws (1)
- # aws-lambda (12)
- # babashka (18)
- # beginners (37)
- # calva (27)
- # clerk (15)
- # clojure (16)
- # clojure-conj (13)
- # clojure-europe (44)
- # clojure-germany (3)
- # clojure-norway (27)
- # clojure-uk (1)
- # cursive (6)
- # data-science (24)
- # datahike (7)
- # datomic (40)
- # fulcro (5)
- # hoplon (33)
- # hyperfiddle (9)
- # introduce-yourself (6)
- # jobs (1)
- # lsp (22)
- # nbb (2)
- # off-topic (15)
- # pathom (37)
- # pedestal (3)
- # polylith (7)
- # portal (1)
- # re-frame (7)
- # releases (1)
- # remote-jobs (1)
- # rewrite-clj (6)
- # sci (1)
- # scittle (1)
- # xtdb (7)
What's the easiest way to run a lambda in clj/cljs/bb in 2023? Any go-to templates?
On docker I think
Hereโs a minimal template using serverless framework https://github.com/vharmain/nbb-serverless-example
Four minutes, no local dev needed? ๐ https://www.youtube.com/watch?v=fVtawjGbvOQ&t=27s&ab_channel=%3AclojureD
Full disclosure - I made it, it runs with Lumo and an outdated cljs-self hosted version, and it's pretty darn slow
Wrt the other runtimes - are there any pre-deployed runtimes layers available? Couldn't find anything in the docs.
The problem with a pre-deployed runtime is that you have to open up your runtime to the world, which sounds scary to at least me (and perhaps others).
This one looks promising https://github.com/igrishaev/lambda