Why it matters
Step Functions manages AWS-native workflows. Understanding shapes AWS integration.
Advertisement
The architecture
State machine JSON/YAML.
Tasks: Lambda, ECS, etc.
Java agent as Lambda or ECS task.
Advertisement
How it works end to end
Standard vs Express workflows.
Java agent in Lambda: cold start considerations.
ECS task for longer runs.
Retries + error handling in state machine.