Home › Forums › AWS › AWS Certified Developer Associate › Review Mode Set 1 – Q18 › Reply To: Review Mode Set 1 – Q18
-
Thank Luca for bringing this up to our attention.
@Carlo-TutorialsDojo and I will update the image for this particular scenario:
A developer is working on a photo-sharing application which can automatically add filters to the high-resolution images uploaded by its users. For every new image that the user uploads, it would be sent to Amazon SQS and will be handled by an image processing application hosted in Lambda. The processed image would then be stored in an S3 bucket. If the upload was successful, the application will return a prompt telling the user that the upload is successful. However, the entire processing typically takes an average of 5 minutes to complete, which causes the application to become unresponsive. Which of the following is the MOST suitable and cost-effective option which will prevent your application from being unresponsive?