Multiple Choice
A Developer is writing an imaging micro service on AWS Lambda. 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.
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 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.
Correct Answer:

Verified
Correct Answer:
Verified
Q72: Which of the following items are required
Q73: Which DynamoDB limits can be raised by
Q74: A developer has built an application using
Q75: A developer is writing a web application
Q76: A Developer is creating an AWS Lambda
Q78: How can software determine the public and
Q79: A company is using AWS CodePipeline to
Q80: A Developer needs to design an application
Q81: EC2 instances are launched from Amazon Machine
Q82: A Developer is writing an application in