You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extension-readme.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ These include the following:
50
50
51
51
- Amazon Elastic Container Service (Amazon ECS) task definition files
52
52
53
+
- Amazon Step Functions state machines
54
+
53
55
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).
54
56
55
57
{ [Return to Contents](#contents) } or { [Return to Top](#top) }
@@ -84,6 +86,7 @@ For complete setup instructions for these three components, see [Installing the
84
86
-[AWS CDK Applications](#cdk-apps)
85
87
-[Amazon EventBridge Schemas](#eventbridge)
86
88
-[Amazon ECS Task Definition Files](#ecs-files)
89
+
-[Amazon Step Functions](#sfn-files)
87
90
88
91
{ [Return to Contents](#contents) } or { [Return to Top](#top) }
89
92
@@ -171,6 +174,24 @@ For full details, see [Working with Amazon Elastic Container Service](https://do
171
174
172
175
---
173
176
177
+
## <aid="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.
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) }
The AWS Toolkit has several features that you can access through the [Command Palette](#open-command-palette) (select **View**, then **Command Palette**):
0 commit comments