volume_mute
Match error behavior with Lambda invocation model
publish date: 2024/08/29 01:20:35.541034 UTC
volume_muteTo complete the line match
- Click on an item in the first group
- 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