This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-09
Channels
- # announcements (10)
- # aws (7)
- # babashka (28)
- # babashka-sci-dev (53)
- # beginners (11)
- # clojure (43)
- # clojure-europe (100)
- # clojure-morsels (1)
- # clojure-nl (2)
- # clojure-norway (6)
- # clojure-russia (2)
- # clojure-spec (13)
- # clojure-uk (7)
- # clojurescript (13)
- # conjure (21)
- # datalevin (3)
- # emacs (46)
- # etaoin (4)
- # events (2)
- # fulcro (36)
- # graphql (7)
- # gratitude (1)
- # interceptors (13)
- # jobs-discuss (3)
- # kaocha (13)
- # membrane (3)
- # minecraft (2)
- # nbb (8)
- # off-topic (135)
- # pathom (30)
- # podcasts (1)
- # re-frame (24)
- # releases (1)
- # shadow-cljs (26)
- # sql (16)
- # squint (6)
- # tools-deps (4)
- # xtdb (8)
What's the closest thing in aws to google cloud could build? Having a docker container as the unit of work seems so much better to me.
Not familiar with google cloud but https://aws.amazon.com/fargate/ let's you run a docker image for long running stuff, and you can also use containers as lambdas
Fargate isn't comparable here. Aws code build batch is a similar idea to cloud build.
It's basically a distributed graph, where each node is an os/container and the edges are some sharded file system.
Codepipeline seems sightly more generic but i think it's also the same idea with less control over the os maybe...
oh AWS... :-) CodePipeline is one thing, but there's also CodeBuild https://aws.amazon.com/codebuild/