2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
0
This is the list of intrinsic functions. As you can see, it does not include an if
function.
Your only option is to use a Choice
state.
I will raise it to the service team.
0
Hello, currently there is no intrinsic function in Step Functions which can control the execution flow like Choice state. Choice state is the only viable option right now in this use case. Please refer to [1] for more information on Intrinsic Functions in Step Functions
[1] Intrinsic functions: https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-intrinsic-functions.html
Contenus pertinents
- demandé il y a 2 ans
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 3 ans
- AWS OFFICIELA mis à jour il y a un an
"Choice" is the function to use.