holy-lambda

viesti 2022-09-25T17:57:48.540359Z

Whoa, haven't taken a look for a while here, but the docs & everything seem really good 🙂

viesti 2022-09-25T18:00:20.909229Z

I was wondering if there is a way to have a repl -like experience with sam local start-api , where I could start the sam api gateway simulator and have it start the JVM/Clojure lambda and connect to it via nrepl and hack on the Lambda 🙂

viesti 2022-09-25T18:34:18.800589Z

Hmm, actually, didn't yet try the Clojure backend instruction, if it would work by running nrepl server inside the lamdba (conditionally, so only inside sam local) and exposing the nrepl port from inside a running image