Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which method provides the least operational overhead for making a 100 MB external library available in an AWS Lambda function while minimizing the Lambda deployment package size?
A
Utilize a Lambda layer for the library and integrate it with the function.
B
Use an S3 bucket to store and mount the library within the Lambda function.
C
Deploy the library to the Lambda function's /tmp directory.
D
Employ an Amazon EFS volume to store, mount, and import the library in the Lambda function.