ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 361 - DVA-C01 discussion

Report
Export

A developer converted an existing program to an AWS Lambda function in the console. The program runs properly on a local laptop, but shows an "Unable to import module" error when tested in the Lambda console Which of the following can fix the error?

A.
Install the missing module and specify the current directory as the target Create a ZIP file to include all files under the current directory, and upload the ZIP file.
Answers
A.
Install the missing module and specify the current directory as the target Create a ZIP file to include all files under the current directory, and upload the ZIP file.
B.
Install the missing module in a lib directory Create a ZIP file to include all files under the lib directory, and upload the ZIP file as a dependency file
Answers
B.
Install the missing module in a lib directory Create a ZIP file to include all files under the lib directory, and upload the ZIP file as a dependency file
C.
In the Lambda code invoke a Linux command to install the missing modules under the /usr/lib directory
Answers
C.
In the Lambda code invoke a Linux command to install the missing modules under the /usr/lib directory
D.
In the Lambda console, create a LD_LIBRARY_PATH environment and specify the value for the system library path.
Answers
D.
In the Lambda console, create a LD_LIBRARY_PATH environment and specify the value for the system library path.
Suggested answer: C
asked 16/09/2024
Mohand TIMSILINE
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first