Search⌘ K
AI Features

Sharing Behaviour

Explore how to share code and behavior efficiently among AWS Lambda functions. Understand the tradeoffs between bundling common libraries, using Lambda layers, or invoking one function from another. Learn to optimize for latency, deployment speed, runtime consistency, and multi-language support.

As you start breaking down an application into Lambda ...