Hey guys, is anybody familiar with step functions?...
# aws
a
Hey guys, is anybody familiar with step functions? I’m deploying a state machine that creates an EMR Cluster and runs some steps. I want to pass a date parameter in this format: YYYY-MM-DD, that changes every day (inside the state definition) and i cant figure out how to do that. Can someone help please? The output should be something like: { … “Parameters”:{ “date”: “2022-07-26”, …..} }