AWSのLambdaの裏側で動いているマイクロVMの論文を読んでみた. 4章はAWSでのLambdaの動作を知るには有益なので読んでみるとGoodかも. URL) https://www.usenix.org/system/files/nsdi20-paper-agache.pdf 最初のLambdaではLinux Containerを使っていたのが意外だ. 顧客アカウント単位で単一のVM内で複数の関数を実行していたのか. When we first built AWS Lambda, we chose to use Linuxcontainers to isolate functions, and virtualization to isolatebetween customer accounts. In other words, multiple func-tions for the