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

(step_functions): Support new (12/1/2022) Map fields #23837

Closed
2 tasks
dschultz0 opened this issue Jan 25, 2023 · 3 comments
Closed
2 tasks

(step_functions): Support new (12/1/2022) Map fields #23837

dschultz0 opened this issue Jan 25, 2023 · 3 comments
Labels
@aws-cdk/aws-stepfunctions Related to AWS StepFunctions duplicate This issue is a duplicate. feature-request A feature should be added or improved.

Comments

@dschultz0
Copy link

Describe the feature

The Amazon States Language used by Step Functions added new Map fields that increase the utility of step functions for parallel processing: https://states-language.net/#2022-12-01. These new fields support the "Distributed" processing mode described here: https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-map-state.html

These fields are not currently available from the CDK in any of the variants: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_stepfunctions.Map.html

Use Case

These updates to the States Language are a big step forward in improving the utility of Step Functions, particularly building data processing pipelines that benefit from parallel processing across a large corpus of data. Being able to leverage these through CDK created state machines would enable a greater range of uses for Step Functions.

Proposed Solution

Add the additional fields.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.61.1

Environment details (OS name and version, etc.)

Windows, Python

@dschultz0 dschultz0 added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jan 25, 2023
@github-actions github-actions bot added the @aws-cdk/aws-stepfunctions Related to AWS StepFunctions label Jan 25, 2023
@ffxsam
Copy link

ffxsam commented Jan 31, 2023

Would love to see some progress on this soon!

@peterwoodworth peterwoodworth added duplicate This issue is a duplicate. and removed needs-triage This issue or PR still needs to be triaged. labels Feb 7, 2023
@peterwoodworth
Copy link
Contributor

Thanks for the request! I'm going to close this as a duplicate of #23216, please leave a thumbs up on that issue if you would like to give your support 🙂

@peterwoodworth peterwoodworth closed this as not planned Won't fix, can't repro, duplicate, stale Feb 7, 2023
@github-actions
Copy link

github-actions bot commented Feb 7, 2023

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

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 duplicate This issue is a duplicate. feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

3 participants