Re: [ANN] Leiningen template aws-lambda-serverless

2018-06-02 Thread Jason Kapp
Cool. I haven't looked at Lambda for a while. I recall that there was a slow startup time issue using a JVM based Lambda so someone was using ClojureScript because Node.js had faster startup time. Is startup time an issue with this? On Friday, June 1, 2018 at 9:58:47 AM UTC-6, Juha Syrjälä wrot

Re: Windows Cygwin lein repl

2018-06-02 Thread Alan Thompson
I have successfully used Cygwin on many older versions of Windows. Once installed, you can 95% forget you aren't on a real linux system. Alan On Fri, Jun 1, 2018 at 7:55 AM, wrote: > Hi Sean, > > Unfortunately, I'm on Windows 8. Even if that weren't an issue, I'd still > have to navigate a str

Re: [ANN] Leiningen template aws-lambda-serverless

2018-06-02 Thread Moe Aboulkheir
There's some casual treatment of performance in this blog post: https://nervous.io/clojure/clojurescript/aws/lambda/node/lein/2015/07/05/lambda/ For those interested in cljs, https://github.com/nervous-systems/serverless-cljs-plugin permits the deployment of cljs projects via sls. Take care, Moe

Re: [ANN] Leiningen template aws-lambda-serverless

2018-06-02 Thread Daniel Carleton
GraalVM is promising for the startup time issue. Here's a demonstration: https://github.com/uwcpdx/clombda On Sat, Jun 2, 2018 at 3:09 PM Moe Aboulkheir wrote: > There's some casual treatment of performance in this blog post: > https://nervous.io/clojure/clojurescript/aws/lambda/node/lein/2015/