Is there a way to create a Choice rule in StepFunction to determine if an array field has any elements?
Current StepFunction documentation doesn't list any collection-specific comparison operators so I'm wondering if it's possible to achieve this without implementing a separate lambda to test if an array is empty?