In practice it is already happening.
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.
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
Iirc AWS lambda doesn’t support native libs.
Huh no I’m wrong apparently
the Pythonistas have more experience on finding native deps matching the AWS lambda runtime
and JavaScript lambda users too
hmm, been too long time that I've had time for portkey :/
java.security and instaparse (compojure with ring/proxy support) dragons are still up for slaying I guess?