0
I have a function lambda, F1, in Nodejs whose main objective is to read the contents of a file that is deposited in S3 through another process.
Let’s say in this file there are 10 products. I need to loop through these products to call the F2 function 10 times.
How do I implement this process with Stepfunctions?
Seria same as this example?
– Tom Melo
It is. So it looks like q are 3 functions. The iterator is a separate function. I was imagining 2 functions. One to retrieve and loop and another function to do the task. put the solution.
– zwitterion