A developer is updating several AWS Lambda functions and notices that all the Lambda functions share the same custom libraries. The developer wants to centralize all the libraries, update the libraries in a convenient way, and keep the libraries versioned.
Which solution will meet these requirements with the LEAST development effort?
- Create an AWS CodeArtifact repository that contains all the custom libraries.
- Create a custom container image for the Lambda functions to save all the custom libraries.
- Create a Lambda layer that contains all the custom libraries.
- Create an Amazon Elastic File System (Amazon EFS) file system to store all the custom libraries.
Show Answer Next Question