A look at how Amazon Lambda works. AWS Lambda runs your code on demand without you managing servers, and the architectural feat that makes it economically viable is Firecracker microVMs, a purpose-built VMM that boots a fully-isolated VM in ~125 milliseconds. That single engineering choice is what let AWS offer “pay per 100ms of execution”… Continue reading