| Hi folks.. random q. In the past, I've built lambdas for AWS using Rust, and basically the whole image is a zip file with a single "bootstrap" executable that is the runtime (that would normally be responsible for starting a whole python or node or whatever framework).
But of course that executable has dependencies on libc.so in FHS paths, so building that same executable on nixos is more involved.
|