This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-12
Channels
- # adventofcode (1)
- # announcements (1)
- # atom-editor (4)
- # aws (4)
- # babashka (7)
- # beginners (46)
- # biff (14)
- # calva (11)
- # cljdoc (2)
- # clojure (78)
- # clojure-art (1)
- # clojure-austin (1)
- # clojure-europe (50)
- # clojure-nl (2)
- # clojure-norway (22)
- # clojure-spec (2)
- # clojure-uk (2)
- # clojurescript (72)
- # conjure (6)
- # core-typed (6)
- # eastwood (4)
- # events (1)
- # figwheel-main (11)
- # fulcro (1)
- # guix (1)
- # helix (13)
- # jobs (2)
- # jobs-discuss (4)
- # kaocha (2)
- # malli (5)
- # off-topic (7)
- # pathom (22)
- # pedestal (9)
- # re-frame (29)
- # reagent (7)
- # releases (2)
- # remote-jobs (1)
- # rewrite-clj (12)
- # shadow-cljs (44)
- # sql (13)
- # squint (2)
- # xtdb (17)
Is this the right place to ask about https://github.com/jmglov/blambda? ๐งต
update: resolved
I've deployed a lambda with babashka as a custom runtime but I can't get it to see some of the namespaces (`com.grzm.awyeah.client.api` in particular, which belongs in awyeah-api). > Could not find namespace: com.grzm.awyeah.client.api. My bb.edn is similar to https://github.com/jmglov/blambda#dependencies. It works locally, so something must be off in the cloud, I'm just not sure how to troubleshoot.
Nevermind, apparently I can't follow simple instructions ๐. I didn't realize I had to upload the deps as a separate layer. Sorry to bother you!