Slide 8
Slide 8 text
AWS Step Functions – Input / Output
• Al ejecutar un Step Function, este recibe un JSON
como input y translada dicha información al
primer estado en el workflow
• Cada uno de los states recibe dicho JSON como
input, y usualmente pasan dicho JSON como
output hacia el siguiente state
• Es posible filtar, manipular y transformer el input
y el output entre states.