An independent guide to building modern software for serverless and native cloud
Part 4: Lambda
Lambda provides on-demand compute for basic request/response event handling. In this section we'll outline how Lambdas work, and how you can write Lambda code that minimize lock-in. In the labs we'll also demonstrate how to benchmark and optimize Lambda performance, including for cold starts.