Skip to content

Commit ca4ede9

Browse files
authored
Updates extension readme with Step Functions (#987)
Authored-by: Alan Bogusiewicz <[email protected]> Updated extension-readme.md file with Step Functions section.
1 parent fcd9ea7 commit ca4ede9

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

extension-readme.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ These include the following:
5050

5151
- Amazon Elastic Container Service (Amazon ECS) task definition files
5252

53+
- Amazon Step Functions state machines
54+
5355
See [Features](#features) below for high-level details, or jump right into the [_AWS Toolkit for Visual Studio Code User Guide_](https://docs.aws.amazon.com/console/toolkit-for-vscode/welcome).
5456

5557
{ [Return to Contents](#contents) } or { [Return to Top](#top) }
@@ -84,6 +86,7 @@ For complete setup instructions for these three components, see [Installing the
8486
- [AWS CDK Applications](#cdk-apps)
8587
- [Amazon EventBridge Schemas](#eventbridge)
8688
- [Amazon ECS Task Definition Files](#ecs-files)
89+
- [Amazon Step Functions](#sfn-files)
8790

8891
{ [Return to Contents](#contents) } or { [Return to Top](#top) }
8992

@@ -171,6 +174,24 @@ For full details, see [Working with Amazon Elastic Container Service](https://do
171174

172175
---
173176

177+
## <a id="sfn-files"></a>Amazon Step Functions
178+
179+
The AWS Toolkit provides support for [Amazon Step Functions](https://docs.aws.amazon.com/step-functions). With the Toolkit installed in VS Code, working with state machines is a more streamlined process.
180+
181+
- Create, update, execute, and download state machines.
182+
- See live graph visualizations of your state machine.
183+
- Take advantage of features such as code completion and validation, and code snippets.
184+
185+
Example:
186+
187+
![Amazon Step Functions](./resources/marketplace/sfn-state-machine.png)
188+
189+
For full details, see [Working with AWS Step Functions](https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/stepfunctions.html) in the Toolkit's user guide.
190+
191+
{ [Return to Features](#features) } or { [Return to Top](#top) }
192+
193+
---
194+
174195
# <a id="aws-commands"></a>Appendix A: AWS Commands
175196

176197
The AWS Toolkit has several features that you can access through the [Command Palette](#open-command-palette) (select **View**, then **Command Palette**):
41.2 KB
Loading

0 commit comments

Comments
 (0)