Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer resolve the issue of an AWS Lambda function processing messages from an Amazon SQS standard queue multiple times in a cost-effective manner?
A
Convert the SQS standard queue to an SQS FIFO queue using the message deduplication ID.
B
Implement a dead-letter queue.
C
Reduce the Lambda function's maximum concurrency to one.
D
Switch message processing to Amazon Kinesis Data Streams.