stepfunctions: DistributedMap in Parallel doesn't create DistributedMapPolicy #29266
Labels
@aws-cdk/aws-stepfunctions
Related to AWS StepFunctions
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
When a DistributedMap is a top level item in a state machine it, 'synth ' will generate a DistributedMap Policy
When you run the DistributedMap in a Parallel State it will not generate that policy and the step function will not be able to start the distributed step.
Expected Behavior
Whether in Parallel or not the Policy to run the DistributedMap should be generated.
Current Behavior
https://github.com/sannies/legendary-octo-computing-machine
Reproduction Steps
See simple python project to reproduce
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.130.0
Framework Version
No response
Node.js Version
21.1.0
OS
Mac
Language
Python
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: