volume_mute

Match error behavior with Lambda invocation model

publish date2024/08/29 01:20:35.541034 UTC

volume_mute

To complete the line match

  1. Click on an item in the first group
  2. Click on the match in the second group

To delete a match, double click on a line

Invocation model

Synchronous
Asynchronous
Polling

Error behavior

Built in - retries twice
No retries
Depends on event source

Correct Answer

(1) Synchronous,No retries
(2) Asynchronous,Built in - retries twice
(3) Polling,Depends on event source

Explanation

When deciding how to build your functions, consider how each invocation method handles errors.

Reference

AWS Skill Builder


Quizzes you can take where this question appears