List of questions
Related questions
Question 18 - DVA-C02 discussion
A developer has an application that is composed of many different AWS Lambda functions. The Lambda functions all use some of the same dependencies. To avoid security issues the developer is constantly updating the dependencies of all of the Lambda functions. The result is duplicated effort to reach function.
How can the developer keep the dependencies of the Lambda functions up to date with the LEAST additional complexity?
A.
Define a maintenance window for the Lambda functions to ensure that the functions get updated copies of the dependencies.
B.
Upgrade the Lambda functions to the most recent runtime version.
C.
Define a Lambda layer that contains all of the shared dependencies.
D.
Use an AWS CodeCommit repository to host the dependencies in a centralized location.
Your answer:
0 comments
Sorted by
Leave a comment first