Skip to content

Latest commit

 

History

History
 
 

handling-errors

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Handling errors

Code from the Handling errors episode on 12 May 2020.

State machine definitions

The following state machine definitions are provided in the order of their appearance in the episode:

  • states-timeout - A workflow that triggers the States.Timeout error.
  • simple-retrier - A workflow that includes a simple retrier to retry failures with exponential backoff.
  • complex-retrier - A workflow that deomnstrates complex retries with multiple errors in the same state.

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: MIT-0