Support for Dynamic StepFunction Dynamic Batching with Map and Iterator #4137
Labels
@aws-cdk/aws-stepfunctions
Related to AWS StepFunctions
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
In regards to this blog post: https://aws.amazon.com/blogs/aws/new-step-functions-support-for-dynamic-parallelism/ - AWS StepFunctions now support Dynamic Parallelism (released publicly today AFAICT). Here is the relevant section in the state-languages spec: https://states-language.net/spec.html#map-state
Like
Task
, andParallel
, I believe this would be a newConstruct
, with anIChainable
interface forMap
andIterator
Use Case
I would like to use this in an in-development project that's already taking advantage of aws-cdk to create a workflow with stepfunctions. I'm currently iterating on payloads that can be executed in parallel, dynamically. I've steered away from trying to manage the state around a StateMachineFragment, but could go down that path until aws-cdk includes the aformentioned constructs.
Proposed Solution
Implement
Map
andIterator
constructs. (More is likely needed).Other
supporting links:
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: