What is the MOST operationally efficient solution to deploy a patched open-source library for all three Lambda functions?

1 Comment

  1. Karen
    Author

    I deduce that the answer is:
    Create a Lambda layer with the open-source modules. Modify all three Lambda functions to depend on the layer. Remove the open-source modules from each Lambda function. Patch the Lambda layer with the modified open-source modules when needed. Update the Lambda functions to reference the new layer version.

Leave a Reply

Your email address will not be published. Required fields are marked *

2 + three =