DEV Community

Discussion on: The Ultimate Guide to AWS Step Functions

Collapse
 
starpebble profile image
starpebble

Hi Taavi! This is a very nice article. Sometimes we have to make difficult choices. For example, I really like the maxAttempt feature of the state machine execution. It is a simple way to increase the resiliency of a state machine just like the other recommendations in this helpful article. Example: a step that invokes a lambda function may fail because S3 throttled getObject(). A simple automated step retry works.