This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-24
Channels
- # announcements (39)
- # aws (4)
- # babashka (18)
- # beginners (32)
- # biff (10)
- # calva (22)
- # clj-kondo (11)
- # clj-on-windows (2)
- # cljs-dev (20)
- # clojure (31)
- # clojure-europe (130)
- # clojure-norway (21)
- # clojure-spec (24)
- # clojure-uk (17)
- # clojured (2)
- # clojurescript (6)
- # conjure (1)
- # core-async (5)
- # cursive (11)
- # datalevin (1)
- # datomic (9)
- # emacs (24)
- # figwheel-main (42)
- # fulcro (6)
- # gratitude (6)
- # honeysql (8)
- # juxt (16)
- # kaocha (6)
- # lsp (235)
- # malli (2)
- # nbb (7)
- # off-topic (23)
- # other-languages (24)
- # pedestal (7)
- # reitit (6)
- # sci (1)
- # shadow-cljs (21)
- # tools-build (22)
- # tools-deps (57)
- # vim (24)
Is there anything that nicely handles the complexity of building / orchestrating applications that use sqs and lambdas? IE, push work onto an sqs, it triggers a lambda, outcomes go on an sqs and those can be checked by an external system? I know you can do this with datomic ions for example, just wondering if there was anything less substantial?
Hmm, lots of things have happened in this space since I last looked, found so far: ⢠https://github.com/babashka/pod-babashka-aws ⢠https://github.com/FieryCod/holy-lambda ⢠https://fierycod.github.io/holy-lambda/#/
Dumb lambda talking to an autoscaling clojure application running on EC2 or containers or whatever is cool.
Sure that's fair, at the moment it seems like lambdas will be enough, at some point we'll transition, perhaps to just using ions. Not sure on that front. I think the real question is how hard will it be to debug, lambdas can be really finicky to debug I've found.
Yeah, that's why I like the option of having a dumb lambda that just forwards everything.
God, logging is still super painful as well, I don't know how people are productive with cloudlogs, all of the ui for them I've ever seen has terrible defaults... That's not just AWS, all cloud logging I've ever seen is just >_<...
Ok, one completely golden thing so far is the REPL seems to both working and a valid representation (so far at least) of what actual lambda code looks like...
If the orchestration part is significant to you, you may wish to look into https://aws.amazon.com/step-functions/