LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

Ultimate access to all questions.


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?

Exam-Like



Explanation:

The correct answer is A. AWS Lambda destinations allow you to specify what should happen with the invocation records of your Lambda functions depending on whether the invocation was successful or failed. By configuring a Lambda function destination for failed invocations, you can direct the failed invocation records to another Lambda function specified by its Amazon Resource Name (ARN). This setup doesn't require changes to the application code and automatically handles errors, making option A the most suitable and efficient solution.

Powered ByGPT-5