Multiple Choice
An existing serverless application processes uploaded image files. The process currently uses a single Lambda function that takes an image file, performs the processing, and stores the file in Amazon S3. Users of the application now require thumbnail generation of the images. Users want to avoid any impact to the time it takes to perform the image uploads. How can thumbnail generation be added to the application, meeting user requirements while minimizing changes to existing code?
A) Change the existing Lambda function handling the uploads to create thumbnails at the time of upload. Have the function store both the image and thumbnail in Amazon S3.
B) Create a second Lambda function that handles thumbnail generation and storage. Change the existing Lambda function to invoke it asynchronously.
C) Create an S3 event notification with a Lambda function destination. Create a new Lambda function to generate and store thumbnails.
D) Create an S3 event notification to an SQS Queue. Create a scheduled Lambda function that processes the queue, and generates and stores thumbnails.
Correct Answer:

Verified
Correct Answer:
Verified
Q93: A Developer is building a serverless application
Q94: A developer wants to send multi-value headers
Q95: A developer is building an application using
Q96: A developer is refactoring a monolithic application.
Q97: A Developer wants to use AWS X-Ray
Q99: A developer is using Amazon DynamoDB to
Q100: A Developer wants to build an application
Q101: An on-premises application is implemented using a
Q102: A company has implemented AWS CodeDeploy as
Q103: A developer is changing the configuration for