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.
We'll cover the following...
We'll cover the following...
As you start breaking down an application into Lambda ...