Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In an analytics application using AWS Lambda for asynchronous transaction data processing, how can a developer ensure that a secondary Lambda function is invoked to handle and log errors from failed asynchronous invocations?
A
Set a Lambda function destination for failed invocations, using the error-handling function's ARN.
B
Implement AWS X-Ray tracing to capture and relay stack traces of failures to an error-handling Lambda function.
C
Establish a trigger for the Lambda function based on failure conditions, directing to the error-handling function's ARN.
D
Generate a status check alarm for the Lambda function to trigger the error-handling function, including stack trace details.