This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-01
Channels
- # announcements (3)
- # babashka (20)
- # beginners (77)
- # calva (27)
- # cider (5)
- # clara (3)
- # clj-kondo (9)
- # cljs-dev (4)
- # cljsrn (5)
- # clojure (26)
- # clojure-europe (32)
- # clojure-italy (5)
- # clojure-nl (3)
- # clojure-uk (5)
- # clojurescript (25)
- # clojureverse-ops (4)
- # core-async (49)
- # cursive (15)
- # data-science (1)
- # datahike (4)
- # datomic (3)
- # docker (1)
- # events (1)
- # helix (5)
- # holy-lambda (3)
- # introduce-yourself (1)
- # jobs (1)
- # kaocha (2)
- # lsp (15)
- # malli (42)
- # off-topic (18)
- # pathom (18)
- # pedestal (12)
- # polylith (7)
- # rdf (1)
- # re-frame (22)
- # reitit (2)
- # releases (1)
- # remote-jobs (1)
- # rewrite-clj (33)
- # shadow-cljs (85)
- # spacemacs (3)
- # vim (12)
- # xtdb (29)
If you use @weavejester’s Ragtime for DB migrations and 🔥 to use Sean's awesome next-jdbc, you can do that now with the release of https://clojars.org/dev.weavejester/ragtime.next-jdbc (notice the group id)
Announcing 0.0.2
of https://github.com/lispyclouds/contajners
An idiomatic, data-driven, REPL friendly clojure client for OCI container engines
The main feature is that its now #babashka compatible from source!
Thanks a lot @eugen.stan @imdad.ahmed for the majority of the work! 🎉 🎉
Announcing https://github.com/FieryCod/holy-lambda-ring-adapter, that is compatible with all holy-lambda's backends: native, babashka, clojure.
This is an optimized version of what is already used in production in Retailic.
Demo: https://9g7a59k254.execute-api.eu-central-1.amazonaws.com/api-docs/index.html
Welcome screen: https://9g7a59k254.execute-api.eu-central-1.amazonaws.com/welcome-screen
Source code: https://github.com/FieryCod/holy-lambda-ring-adapter/tree/master/examples/native/src/example
Rationale
I wanted to build a library that provides a simple full-featured integration between Ring and AWS Lambda. A Library that doesn't vendor-locks the user with AWS Lambda.
With the holy-lambda-ring-adapter
you don't care about the AWS Lambda, and just regularly develop your application locally with all the goodness you already know. You're entitled to deploy your application either to AWS Lambda or to regular servers with simple commands. Cold starts are optimized, and for our API with dozens of dependencies it's only <=500ms on ARM64. 🙂
EDIT: If you're interested in running Ring apps on AWS Lambda join #holy-lambda channel 🙂