Skip to content

Commit 08c1b0b

Browse files
author
Zelin Zhou
committed
docs(stepfunctions): update Step Functions marketplace documentation
update the Step Functions marketplace documentation to include latest features with visualization gif
1 parent cd8417e commit 08c1b0b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/toolkit/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ Unified software development service to quickly build and deliver applications o
4141

4242
## [Step Functions](https://aws.amazon.com/step-functions/)
4343

44-
With the AWS toolkit, you can use Workflow Studio from within VS Code to visualize, build, and even test individual states in your state machines. You provide state inputs and set variables, start the test, then you can see how your data is transformed. You can adjust the workflow and re-test. When finished, you can apply the changes to update the state machine.
44+
Step Functions Workflow Studio provides a dynamic, visual representation of your state machine definition. Any changes you make, such as adding new resources or adjusting service configurations, are automatically reflected in your state machine definition.
45+
46+
With Workflow Studio integrated with VS Code, you can do the following:
47+
48+
- Design state machines visually from within VS Code
49+
- Seamlessly use both text and visual editing
50+
- Test and debug your workflow states
4551

4652
![Step Functions](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/HEAD/docs/marketplace/vscode/stepFunctions.gif)
4753

0 commit comments

Comments
 (0)