Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer ensure that failed asynchronous invocations of an AWS Lambda function are stored for later retry with minimal operational overhead?
A
Using Amazon CloudWatch Logs to filter and archive messages to S3 for Lambda reprocessing.
B
Utilizing Amazon EventBridge with Amazon SNS to trigger Lambda function retries.
C
Creating a dead-letter queue for message storage and setting it as the Lambda function's event source for retries.
D
Directing Amazon EventBridge events to an Amazon SQS queue, with Lambda configured to process messages from the queue.