portkey

Portkey: from REPL to Serverless in one call
cgrand 2017-11-05T01:17:37.000014Z

In practice it is already happening.

qqq 2017-11-05T03:14:51.000059Z

Is there / will there be a blog post on this 'tree shaking' ? In theory, you build a directed graph, find the function to be deployed, and pull in only its dependencies. In practice, this is a marvel of engineering and I would love to understand how the internals work.

qqq 2017-11-05T06:17:49.000027Z

can portkey pickup + package *.so dependencies? (I'm looking at opencv in particular) or is this way out there and not even supported by lambda itself

cgrand 2017-11-05T12:18:36.000032Z

Iirc AWS lambda doesn’t support native libs.

cgrand 2017-11-05T12:27:45.000036Z

Huh no I’m wrong apparently

viesti 2017-11-05T18:34:44.000063Z

the Pythonistas have more experience on finding native deps matching the AWS lambda runtime

viesti 2017-11-05T18:35:54.000046Z

and JavaScript lambda users too

viesti 2017-11-05T18:36:30.000057Z

hmm, been too long time that I've had time for portkey :/

viesti 2017-11-05T18:37:38.000033Z

java.security and instaparse (compojure with ring/proxy support) dragons are still up for slaying I guess?