portkey

Portkey: from REPL to Serverless in one call
cgrand 2018-03-09T09:05:04.000071Z

meh they are measuring time to deliver a 200 OK “hello”

baptiste-from-paris 2018-03-09T12:22:14.000283Z

and there is Clojure CLR also 😄

cgrand 2018-03-09T12:22:52.000247Z

Unity + CLJ + AWS?

baptiste-from-paris 2018-03-09T12:23:05.000241Z

ahah, that’s my mid-term goal 😉

baptiste-from-paris 2018-03-09T12:23:20.000137Z

I hope I’ll find some way to get there

👏 1
viesti 2018-03-09T21:14:38.000560Z

:thinking_face:

viesti 2018-03-09T21:19:58.000563Z

this might be blasphemy, but for a piece of coursework, happened to try out a pandas-numpy (python numeric lib) package (https://github.com/ryfeus/lambda-packs/tree/master/Pandas_numpy, weights 18MB) with this AWS inline code editor

viesti 2018-03-09T21:20:58.000017Z

thinking about classloader that spins up a lambda process start

viesti 2018-03-09T21:21:16.000403Z

but the problematic thing is that this sort of thing drives you out of your local repl

viesti 2018-03-09T21:22:54.000703Z

(and packaging python libs with heavy native dependencies some amount of work, which some people seem to have done though)

viesti 2018-03-09T21:24:00.000572Z

me being behind a slow internet, the upload time is signifficant

viesti 2018-03-09T21:26:28.000247Z

ah, Delta redeploy #10