This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-19
Channels
- # announcements (37)
- # aws (6)
- # babashka (12)
- # babashka-sci-dev (16)
- # beginners (83)
- # biff (10)
- # cider (14)
- # cljdoc (26)
- # cljs-dev (20)
- # clojure (123)
- # clojure-czech (9)
- # clojure-europe (26)
- # clojure-nl (4)
- # clojure-norway (20)
- # clojure-spec (7)
- # clojure-uk (6)
- # clojured (14)
- # clojurescript (28)
- # cursive (5)
- # datalevin (8)
- # datomic (3)
- # duct (6)
- # emacs (26)
- # events (2)
- # fulcro (7)
- # gratitude (1)
- # holy-lambda (19)
- # integrant (1)
- # jobs (2)
- # leiningen (8)
- # lsp (7)
- # nyc (1)
- # pathom (70)
- # re-frame (8)
- # reagent (15)
- # releases (1)
- # sci (8)
- # shadow-cljs (117)
- # testing (5)
- # tools-deps (11)
- # vim (5)
Hi everyone, I'm new to holy-lambda. I was wondering if anyone has some example of using it with Pedestal. Is there an adapter or an example somewhere?
There is adapter for ring. As far as I remember pedestal has a function that adapts ring middlewares to pedestal, so it might work, but havent tested it.
Huh. Is this lacina in NativeImage?
Yeah. It can’t be native image. Init and duration is too high. Anyway cool you made it work!
Is there a difference? If pedestal-lacinia works pedestal should too.
Yeah, but you can omit the server via the HL middleware i suppose?
The same I did with ring? At least I think so.
Actually this is extremely cool. I remember that @U01RXDR9F4M did something similiar but without Lacinia and pure AppSync.
Ah, I see... I'll look into these diff approaches. I'll start with Pedestal and ring middleware
I used pedestal logs in HL 🙂 But, also using AppSync + HL, SQS + HL, DynamoDB Streams + HL. All on ARM64 now, too. I’m very happy with HL. I use Pedestal from Fargate (using Copilot) rather than Lambda as I needed to support payload transfers > 10MiB. That was pretty straight forward, too - but that doesn’t use HL.