You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use a Json path to specify the max concurrency for my map task in my step function. Presently you must give it a fixed integer.
Use Case
I have a use case where I would like to specify the max concurrency as input to my step function so that I can change that without re-deploying my step function definition.