Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stepfunctions: DistributedMap in Parallel doesn't create DistributedMapPolicy #29266

Open
sannies opened this issue Feb 26, 2024 · 0 comments · May be fixed by #29913
Open

stepfunctions: DistributedMap in Parallel doesn't create DistributedMapPolicy #29266

sannies opened this issue Feb 26, 2024 · 0 comments · May be fixed by #29913
Labels
@aws-cdk/aws-stepfunctions Related to AWS StepFunctions bug This issue is a bug. effort/medium Medium work item – several days of effort p1

Comments

@sannies
Copy link

sannies commented Feb 26, 2024

Describe the bug

When a DistributedMap is a top level item in a state machine it, 'synth ' will generate a DistributedMap Policy
image

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.
image

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

@sannies sannies added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Feb 26, 2024
@github-actions github-actions bot added the @aws-cdk/aws-stepfunctions Related to AWS StepFunctions label Feb 26, 2024
@pahud pahud added p1 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-stepfunctions Related to AWS StepFunctions bug This issue is a bug. effort/medium Medium work item – several days of effort p1
Projects
None yet
2 participants