Whoa, haven't taken a look for a while here, but the docs & everything seem really good 🙂
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 🙂
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