ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 157 - DVA-C01 discussion

Report
Export

A Developer is writing an imaging micro service on AWS Lambd a. The service is dependent on several libraries that are not available in the Lambda runtime environment. Which strategy should the Developer follow to create the Lambda deployment package?

A.
Create a ZIP file with the source code and all dependent libraries.
Answers
A.
Create a ZIP file with the source code and all dependent libraries.
B.
Create a ZIP file with the source code and a script that installs the dependent libraries at runtime.
Answers
B.
Create a ZIP file with the source code and a script that installs the dependent libraries at runtime.
C.
Create a ZIP file with the source code. Stage the dependent libraries on an Amazon S3 bucket indicated by the Lambda environment variable LD_LIBRARY_PATH
Answers
C.
Create a ZIP file with the source code. Stage the dependent libraries on an Amazon S3 bucket indicated by the Lambda environment variable LD_LIBRARY_PATH
D.
Create a ZIP file with the source code and a buildspec.yaml file that installs the dependent libraries on AWS Lambda.
Answers
D.
Create a ZIP file with the source code and a buildspec.yaml file that installs the dependent libraries on AWS Lambda.
Suggested answer: B
asked 16/09/2024
GLAUCIA C N SILVA
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first