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
Step Functions recently released capabilities for a Map state in DISTRIBUTED mode. This new capability comes with several new complex parameters. It seems that adding those parameters as options to the existing Map state construct would result in a pretty complicated UX. So I propose creating a new L2 construct with several supporting classes and interfaces for the various parameters of a Map state in DISTRIBUTED mode. This L2 construct would extend the existing Map L2 construct.
API bar raiser assigned (ping us at #aws-cdk-rfcs if needed)
Kick off meeting
RFC pull request submitted (label: status/review)
Community reach out (via Slack and/or Twitter)
API signed-off (label api-approved applied to pull request)
Final comments period (label: status/final-comments-period)
Approved and merged (label: status/approved)
Execution plan submitted (label: status/planning)
Plan approved and merged (label: status/implementing)
Implementation complete (label: status/done)
Author is responsible to progress the RFC according to this checklist, and
apply the relevant labels to this issue so that the RFC table in README gets
updated.
The text was updated successfully, but these errors were encountered:
Closing this ticket. We believe the functionality is beneficial, but does not intersect with the core framework and should be vended and maintained separately.
Description
Step Functions recently released capabilities for a
Map
state inDISTRIBUTED
mode. This new capability comes with several new complex parameters. It seems that adding those parameters as options to the existingMap
state construct would result in a pretty complicated UX. So I propose creating a new L2 construct with several supporting classes and interfaces for the various parameters of aMap
state inDISTRIBUTED
mode. This L2 construct would extend the existingMap
L2 construct.Roles
Workflow
status/proposed
)status/review
)api-approved
applied to pull request)status/final-comments-period
)status/approved
)status/planning
)status/implementing
)status/done
)The text was updated successfully, but these errors were encountered: