Phase 8 · Serverless & Event-Driven Architecture

Topics

Functions as a Service (Lambda, Cloud Functions)

Part of the Cloud Computing Roadmap.

Summary

The core serverless compute primitive — a function that runs in response to a trigger (an HTTP request, a file upload, a schedule) and scales automatically to handle any volume of concurrent invocations.

How to Learn This

  • 1Deploy a simple function triggered by an HTTP request and test it end to end.
  • 2Learn the basic execution model: trigger, invocation, execution, response.
  • 3Practice setting a function's memory and timeout configuration appropriately for its workload.
InsideEdge

Stuck on this topic? Ask an Insider

Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.

Download
InsideEdge