Amazon
DVA-C02 · Question #312
A company has an analytics application that uses an AWS Lambda function to process transaction data asynchronously. A developer notices that asynchronous invocations of the Lambda function sometimes f
The correct answer is A. Configure a Lambda function destination with a failure condition. Specify Lambda function as the. https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-
Submitted by tarun92· Mar 5, 2026Development with AWS Services
Question
A company has an analytics application that uses an AWS Lambda function to process transaction data asynchronously. A developer notices that asynchronous invocations of the Lambda function sometimes fail. When failed Lambda function invocations occur, the developer wants to invoke a second Lambda function to handle errors and log details. Which solution will meet these requirements?
Options
- AConfigure a Lambda function destination with a failure condition. Specify Lambda function as the
- BEnable AWS X-Ray active tracing on the initial Lambda function. Configure X-Ray to capture
- CConfigure a Lambda function trigger with a failure condition. Specify Lambda function as the
- DCreate a status check alarm on the initial Lambda function. Configure the alarm to invoke the
How the community answered
(65 responses)- A72% (47)
- B5% (3)
- C15% (10)
- D8% (5)
Explanation
https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-
Community Discussion
No community discussion yet for this question.