Re: Windows Cygwin lein repl

2018-06-01 Thread skf . phoenix
Hi Sean, Unfortunately, I'm on Windows 8. Even if that weren't an issue, I'd still have to navigate a strict set of software procurement policies. That would be worth a try though. Thanks though, nice thought. On Friday, May 25, 2018 at 7:23:30 AM UTC+1, Sean Corfield wrote: > > If you’re o

[ANN] Leiningen template aws-lambda-serverless

2018-06-01 Thread Juha Syrjälä
Announcing a Leiningen template for creating Clojure based AWS Lambda projects using Serverless -framework. The template sets up a project where you can just add the Clojure code. Usage: lein new aws-lambda-serverless my-project ... coding ... lein uberjar serverless deploy --stage dev Referenc