Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A developer needs to manage shared custom libraries for multiple AWS Lambda functions efficiently, with minimal development effort. What is the best approach to centralize, update, and version these libraries?
A
Utilize AWS CodeArtifact to manage the libraries.
B
Develop a custom container image including the libraries.
C
Implement Lambda layers for the libraries.
D
Use Amazon EFS to store the libraries.