Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A developer encounters random failures in an application that uses AWS Lambda for asynchronous event processing. How can the developer capture and investigate these failed events?
A
Implement an Amazon EventBridge rule to capture and store failed events in a DynamoDB table.
B
Set up a dead-letter queue in Amazon Kinesis and grant the Lambda function the necessary permissions.
C
Use an Amazon SQS dead-letter queue to capture failed events and ensure the Lambda function has the appropriate permissions.
D
Employ an Amazon SQS FIFO dead-letter queue for capturing failed events and update the Lambda function's execution role with required permissions.