How To Manage Different Versions Of Lambda Functions
Lambda functions are a very useful entry to AWS’s compute services. Since they’re basically just a function in the cloud, tracking different versions and rolling out updates is crucial to working with them effectively. $LATEST Tracks The Most Recent Updates Anytime you make a change to a Lambda function, changes are automatically reflected in a version called $LATEST. This tracks the most recent updates, and is the default version for most Lambda functions....