Skip to content

Commit cd8417e

Browse files
author
Zelin Zhou
committed
docs(stepfunctions): update Step Functions marketplace documentation
missing latest feature in Step Functions marketplace documentation update the Step Functions marketplace documentation to include latest features with visualization gif --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 8b02b85 commit cd8417e

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed
1.49 MB
Loading
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "Update Step Functions marketplace documentation."
4+
}

packages/toolkit/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ AWS Infrastructure Composer maintains a real-time visual representation of your
3939

4040
Unified software development service to quickly build and deliver applications on AWS.
4141

42+
## [Step Functions](https://aws.amazon.com/step-functions/)
43+
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.
45+
46+
![Step Functions](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/HEAD/docs/marketplace/vscode/stepFunctions.gif)
47+
4248
**Dev Environments** - launch VS Code in a cloud development environment, available on-demand in the cloud and automatically created with branch code and consistent project settings, providing faster setup, development, and testing
4349

4450
## View, modify, and deploy AWS resources
@@ -73,7 +79,6 @@ Unified software development service to quickly build and deliver applications o
7379

7480
- **EC2** - `Connect VS Code` or `Open Terminal` to EC2 instances
7581
- **Redshift** - view database objects and run SQL queries in a notebook interface
76-
- **Step Functions** - work with asl files and render state machine visuals
7782
- **CloudFormation** - view CloudFormation stacks
7883
- **API Gateway** - invoke an API gateway endpoint
7984
- **S3** - view and create S3 folders and buckets, download and upload files, and edit supported files

0 commit comments

Comments
 (0)