Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
An Amazon SQS queue triggers a Lambda function to convert video files to lower resolutions. The function times out with lengthy videos, despite the maximum timeout setting. How can a developer prevent timeouts without altering the code?
A
Raise the Lambda function's memory allocation.
B
Extend the SQS queue's visibility timeout.
C
Augment the host's instance size for the Lambda function.
D
Implement multi-threading in the conversion process.