aws-stepfunctions: support StateMachineType #5397
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.
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 change is backward-compatible as this parameter is set to "STANDARD" by default.
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: