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
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
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
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/