I have a lambda function, F1, in Nodejs whose main purpose is to read the contents of a file that is deposited in S3 through another process.
Let's say there are 10 products in this archive. I need to loop through these products to call the F2 function 10 times.
How do I implement this process with StepFunctions ?