I want to run a parallel task with a step function on a really big file.
is there a way to make the lambdas that will be processing the big file receive a different part of the file? Instead of them all getting the same big file?
I want to run a parallel task with a step function on a really big file.
is there a way to make the lambdas that will be processing the big file receive a different part of the file? Instead of them all getting the same big file?