What is the MOST operationally efficient solution to deploy a patched open-source library for all three Lambda functions?
A company has three AWS Lambda functions that are written in Node.js.The Lambda functions include a mix of custom code and open-source modules.When bugs are occasionally detected in the open-source modules, all three Lambda functions must be patched.What is the MOST operationally efficient solution to deploy a patched open-source library for all three Lambda functions?Read More →