Solved

How Should Custom Libraries Be Utilized in AWS Lambda

Question 440

Multiple Choice

How should custom libraries be utilized in AWS Lambda?


A) Host the library on Amazon S3 and reference to it from the Lambda function.
B) Install the library locally and upload a ZIP file of the Lambda function.
C) Import the necessary Lambda blueprint when creating the function.
D) Modify the function runtime to include the necessary library.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions