Fork me on GitHub
#portkey
<
2017-11-05
>
cgrand01:11:37

In practice it is already happening.

qqq03:11:51

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.

qqq06:11:49

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

cgrand12:11:36

Iirc AWS lambda doesn’t support native libs.

cgrand12:11:45

Huh no I’m wrong apparently

viesti18:11:44

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

viesti18:11:54

and JavaScript lambda users too

viesti18:11:30

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

viesti18:11:38

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