AWS Step Function Choice State Issue: Glue Job Return Value Not Redirecting as Expected
I have the following scenario:
How to pass arguments to multiple jobs at once in step functions?
I have multiple glue jobs all of them have same job parameters
--param1
and --param2
which are being used inside the glue jobs.
I connected both the glue jobs in steps functions.
But not sure how we can pass the params and access them inside the glue job.
I tried configuring them in definition