aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
mj_langford 2018-12-03T20:44:14.005400Z

@lilactown Yes, there would be a defined, clojure specific runtime with tests and things to build around.

mj_langford 2018-12-03T20:44:25.005700Z

That thing could be optimized, integrated with Ring, etc.

mj_langford 2018-12-03T20:45:08.006600Z

Right now it's yolotown, with everyone copying things partially or making frameworks, etc, where really a buildpack config might be a more minimal, stable, and dependency free situation.

lispers-anonymous 2018-12-03T20:49:01.007200Z

There would be a lot of benefit to using graalvm in lambda.

lilactown 2018-12-03T20:51:03.007700Z

I'm on board the the developer experience improvements. but back when I tried it, the cold start times of a Clojure lambda was just too much

lilactown 2018-12-03T20:52:00.008600Z

unless graalvm or what @chris_johnson said where we can optimize the Clojure runtime load process can be done, I still don't see much future of Clojure + Lambda

mj_langford 2018-12-03T21:20:06.008900Z

Clojure + keepalive pings is an option

mj_langford 2018-12-03T21:20:21.009300Z

Still can be economical for many tasks.

mj_langford 2018-12-03T21:20:42.009700Z

I personally want to see a well proven clojurescript stack built on it

mj_langford 2018-12-03T21:21:06.010100Z

Waiting for just a bit better shadow-cljs/node doc to happen there myself

richiardiandrea 2018-12-03T21:46:48.010600Z

@mj_langford the node-script target already serve that purpose

dogenpunk 2018-12-03T23:37:07.012500Z

Anyone using CodeCommit here? Wondering if there are any drawbacks for a private commercial project developed by a small (1-4) team.

aisamu 2018-12-03T23:42:47.013500Z

It can be terribly slow at times...

dogenpunk 2018-12-03T23:44:50.015600Z

Is that slow on just remote push/pull ops or is it also slow when used in conjunction with CodeBuild/Pipelines as well?

dogenpunk 2018-12-03T23:46:48.016100Z

Or both?

aisamu 2018-12-03T23:47:51.016300Z

I can't say for the Pipelines, since they lacked per-branch build or something like that the last time I investigated. Just push/pull, to the point I thought something was broken on my end.

dogenpunk 2018-12-03T23:50:42.016700Z

Right on, thanks!