Safe Deployments
Explore how AWS Lambda versions and aliases support safe and gradual deployments. Understand function configurations, request routing, and how Lambda manages runtime environments to help avoid deployment errors.
We'll cover the following...
We'll cover the following...
This chapter explains two core features of AWS Lambda: versions and aliases. You will also learn how to use aliases to protect against unexpected deployment problems.
Although AWS Lambda technically works like a virtualised container management system, the life-cycle for Lambda functions is quite different from that of the usual container-based applications. ...