ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

650 / 690

Question 650:

Which of the following statement is not true with respect to the default retry behavior of the AWS Lambda function?

Answer options:

A.With synchronous invocation, the invoking application receives a 429 error and is responsible for retries.
B.With asynchronous invocation, If the function returns an error, Lambda attempts to run it two more times.
C.With Poll-based (or pull model) event sources that are stream-based, when a Lambda function invocation fails, AWS Lambda attempts to process the erring batch of records until the time the data expires, which can be up to seven days.
D.With Poll-based event sources that are not stream-based, if the invocation fails or times out, the message will be returned to the queue and will be available for invocation once the Visibility Timeout period expires.