EraCode practice

Stop Recursive Step Functions Executions Safely

AWSintermediateMulti-Part

Summary

Practice preventing accidental recursion in AWS Step Functions by using execution metadata to short-circuit loops.

Problem preview

### Goal You’re writing a tiny guard for a Step Functions task state that can be re-entered via callbacks. - Return if the event indicates the workflow is recursing too deeply (depth exceeds a max). …

Attempt this challenge

Sign in to attempt the full challenge with timed AI grading, hints, and test feedback.