Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Exam DVA-C02 All Questions
Exam DVA-C02 All Questions

View all questions & answers for the DVA-C02 exam

Amazon Web Services AWS Certified Associate DVA-C02 Question # 9 Topic 1 Discussion

DVA-C02 Exam Topic 1 Question 9 Discussion:
Question #: 9
Topic #: 1

A developer is designing a serverless application with two AWS Lambda functions to process photos. One Lambda function stores objects in an Amazon S3 bucket and stores the associated metadata in an Amazon DynamoDB table. The other Lambda function fetches the objects from the S3 bucket by using the metadata from the DynamoDB table. Both Lambda functions use the same Python library to perform complex computations and are approaching the quota for the maximum size of zipped deployment packages.

What should the developer do to reduce the size of the Lambda deployment packages with the LEAST operational overhead?


A.

Package each Python library in its own .zip file archive. Deploy each Lambda function with its own copy of the library.


B.

Create a Lambda layer with the required Python library. Use the Lambda layer in both Lambda functions.


C.

Combine the two Lambda functions into one Lambda function. Deploy the Lambda function as a single .zip file archive.


D.

Download the Python library to an S3 bucket. Program the Lambda functions to reference the object URLs.


Get Premium DVA-C02 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.