In the previous article, we discussed the AWS Lambda bootstrap and the Lambda Runtime API.

As the core of Lambda, after a Lambda instance starts up, it launches the bootstrap via /var/runtime/init. The bootstrap then communicates with the Lambda service through the Runtime API to retrieve and process user events.

Terminology note: AWS officially...