Skip to content

Commit 3b1d258

Browse files
author
zelzhou
authored
docs(stepfunctions): update Step Functions marketplace documentation (aws#6783)
## Problem missing latest features in Step Functions marketplace documentation ## Solution 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 62ab04f commit 3b1d258

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-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: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ 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+
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
51+
52+
![Step Functions](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/HEAD/docs/marketplace/vscode/stepFunctions.gif)
53+
4254
**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
4355

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

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

0 commit comments

Comments
 (0)