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

aws-stepfunctions: support StateMachineType #5397

Closed
1 of 2 tasks
wqzoww opened this issue Dec 12, 2019 · 0 comments · Fixed by #5398
Closed
1 of 2 tasks

aws-stepfunctions: support StateMachineType #5397

wqzoww opened this issue Dec 12, 2019 · 0 comments · Fixed by #5398
Assignees
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. needs-triage This issue or PR still needs to be triaged.

Comments

@wqzoww
Copy link
Contributor

wqzoww commented Dec 12, 2019

Today, Step Functions supports two types of state machines: EXPRESS and STANDARD.

This new feature has been launched on Dec 3rd 2019.
https://aws.amazon.com/about-aws/whats-new/2019/12/introducing-aws-step-functions-express-workflows/

Official doc:
https://docs.aws.amazon.com/step-functions/latest/dg/concepts-standard-vs-express.html

Use Case

Users should be able to specify the new optional parameter StateMachineType when creating state machine with CDK.

  • 👋 I may be able to implement this feature request

  • ⚠️ This feature might incur a breaking change
    This change is backward-compatible as this parameter is set to "STANDARD" by default.


This is a 🚀 Feature Request

@wqzoww wqzoww added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Dec 12, 2019
wqzoww added a commit to wqzoww/aws-cdk that referenced this issue Dec 12, 2019
wqzoww added a commit to wqzoww/aws-cdk that referenced this issue Dec 12, 2019
wqzoww added a commit to wqzoww/aws-cdk that referenced this issue Dec 12, 2019
@SomayaB SomayaB added @aws-cdk/aws-stepfunctions Related to AWS StepFunctions in-progress This issue is being actively worked on. labels Dec 13, 2019
wqzoww added a commit to wqzoww/aws-cdk that referenced this issue Dec 19, 2019
wqzoww added a commit to wqzoww/aws-cdk that referenced this issue Dec 19, 2019
@mergify mergify bot closed this as completed in #5398 Dec 20, 2019
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 feature-request A feature should be added or improved. in-progress This issue is being actively worked on. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants