There is no step class for the aws:loop action.
Is there a technical reason for this? I thought that maybe recursion would be an issue in supporting the action, but the AWS console doesn't allow you to create nested loops.
If it can't be implemented for whatever reason, then are there any escape hatches that would allow me to inline the raw step JSON? I tried using StringStep, but that appears to deconstruct the JSON into a loop step object... which doesn't exist. Is there any other way?
There is no step class for the aws:loop action.
Is there a technical reason for this? I thought that maybe recursion would be an issue in supporting the action, but the AWS console doesn't allow you to create nested loops.
If it can't be implemented for whatever reason, then are there any escape hatches that would allow me to inline the raw step JSON? I tried using StringStep, but that appears to deconstruct the JSON into a loop step object... which doesn't exist. Is there any other way?