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
+24-21Lines changed: 24 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ 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
53
+
-AWS Step Functions state machines
54
54
55
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).
56
56
@@ -86,7 +86,7 @@ For complete setup instructions for these three components, see [Installing the
86
86
-[AWS CDK Applications](#cdk-apps)
87
87
-[Amazon EventBridge Schemas](#eventbridge)
88
88
-[Amazon ECS Task Definition Files](#ecs-files)
89
-
-[Amazon Step Functions](#sfn-files)
89
+
-[AWS Step Functions](#sfn-files)
90
90
91
91
{ [Return to Contents](#contents) } or { [Return to Top](#top) }
92
92
@@ -174,17 +174,17 @@ For full details, see [Working with Amazon Elastic Container Service](https://do
174
174
175
175
---
176
176
177
-
## <aid="sfn-files"></a>Amazon Step Functions
177
+
## <aid="sfn-files"></a>AWS Step Functions
178
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.
179
+
The AWS Toolkit provides support for [AWS 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
180
181
181
- Create, update, execute, and download state machines.
182
182
- See live graph visualizations of your state machine.
183
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
190
@@ -196,22 +196,25 @@ For full details, see [Working with AWS Step Functions](https://docs.aws.amazon.
196
196
197
197
The AWS Toolkit has several features that you can access through the [Command Palette](#open-command-palette) (select **View**, then **Command Palette**):
|**AWS: Create Credentials Profile**| Creates an AWS credentials profile. For more information, see [Setting Up Your AWS Credentials](https://docs.aws.amazon.com/console/toolkit-for-vscode/setup-credentials) in the user guide. |
202
-
|**AWS: Connect to AWS**| Connects the Toolkit to an AWS account. For more information, see [Connecting to AWS](https://docs.aws.amazon.com/console/toolkit-for-vscode/connect) in the user guide. |
203
-
|**AWS: Create New SAM Application**| Generates a set of code files for a new AWS serverless application. For more information, see [Creating a Serverless Application](https://docs.aws.amazon.com/console/toolkit-for-vscode/create-sam) in the user guide. |
204
-
|**AWS: Deploy SAM Application**| Deploys a local serverless application to an AWS account. For more information, see [Deploying a Serverless Application](https://docs.aws.amazon.com/console/toolkit-for-vscode/deploy-serverless-app) in the user guide. |
205
-
|**AWS: Detect SAM CLI**| Checks whether the Toolkit can communicate correctly with the AWS SAM CLI that is installed. |
206
-
|**AWS: Focus on Explorer View**| Opens the **AWS: Explorer** Side Bar, which we will simply call [_the **AWS Explorer**_](#ui-components-aws-expl), and then moves the focus there. |
207
-
|**AWS: Hide region from the Explorer**| Hides an AWS Region from the **AWS Explorer**. |
208
-
|**AWS: Report an Issue**| In the [GitHub repository](https://github.com/aws/aws-toolkit-vscode) for the Toolkit, opens the page to [create a new issue](https://github.com/aws/aws-toolkit-vscode/issues/new/choose). |
209
-
|**AWS: Show region in the Explorer**| Displays an AWS Region in the **AWS Explorer**. |
210
-
|**AWS: Sign out**| Disconnects the Toolkit from the currently-connected AWS account. |
211
-
|**AWS: View AWS Toolkit Logs**| Displays log files that contain general Toolkit diagnostic information. |
212
-
|**AWS: View Quick Start**| Open this quick-start guide. |
213
-
|**AWS: View Documentation**| Opens the [user guide](https://docs.aws.amazon.com/console/toolkit-for-vscode/welcome) for the Toolkit. |
214
-
|**AWS: View Source on GitHub**| Opens the [GitHub repository](https://github.com/aws/aws-toolkit-vscode) for the Toolkit. |
|**AWS: Create Credentials Profile**| Creates an AWS credentials profile. For more information, see [Setting Up Your AWS Credentials](https://docs.aws.amazon.com/console/toolkit-for-vscode/setup-credentials) in the user guide. |
202
+
|**AWS: Connect to AWS**| Connects the Toolkit to an AWS account. For more information, see [Connecting to AWS](https://docs.aws.amazon.com/console/toolkit-for-vscode/connect) in the user guide. |
203
+
|**AWS: Create a new Step Functions state machine**| Generates a new Amazon States Language definition to use as the definition for a new Step Functions state machine. For more information, see [State Machine Templates](https://docs.aws.amazon.com//toolkit-for-vscode/latest/userguide/bulding-stepfunctions.html#templates-stepfunctions) in the user guide. |
204
+
|**AWS: Create New SAM Application**| Generates a set of code files for a new AWS serverless application. For more information, see [Creating a Serverless Application](https://docs.aws.amazon.com/console/toolkit-for-vscode/create-sam) in the user guide. |
205
+
|**AWS: Deploy SAM Application**| Deploys a local serverless application to an AWS account. For more information, see [Deploying a Serverless Application](https://docs.aws.amazon.com/console/toolkit-for-vscode/deploy-serverless-app) in the user guide. |
206
+
|**AWS: Detect SAM CLI**| Checks whether the Toolkit can communicate correctly with the AWS SAM CLI that is installed. |
207
+
|**AWS: Focus on Explorer View**| Opens the **AWS: Explorer** Side Bar, which we will simply call [_the **AWS Explorer**_](#ui-components-aws-expl), and then moves the focus there. |
208
+
|**AWS: Hide region from the Explorer**| Hides an AWS Region from the **AWS Explorer**. |
209
+
|**AWS: Publish state machine to Step Functions**| Creates or updates a remote state machine using the local Amazon States Language definition file. For more information, see [Work With State Machines in VS Code](https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/bulding-stepfunctions.html#starting-stepfunctions) in the user guide. |
210
+
|**AWS: Render state machine graph**| Renders the state machine definition into a graph visualization. For more information, see [State Machine Graph Visualization](https://docs.aws.amazon.com//toolkit-for-vscode/latest/userguide/bulding-stepfunctions.html#bulding-stepfunctions-visualizations) in the user guide. |
211
+
|**AWS: Report an Issue**| In the [GitHub repository](https://github.com/aws/aws-toolkit-vscode) for the Toolkit, opens the page to [create a new issue](https://github.com/aws/aws-toolkit-vscode/issues/new/choose). |
212
+
|**AWS: Show region in the Explorer**| Displays an AWS Region in the **AWS Explorer**. |
213
+
|**AWS: Sign out**| Disconnects the Toolkit from the currently-connected AWS account. |
214
+
|**AWS: View AWS Toolkit Logs**| Displays log files that contain general Toolkit diagnostic information. |
215
+
|**AWS: View Quick Start**| Open this quick-start guide. |
216
+
|**AWS: View Documentation**| Opens the [user guide](https://docs.aws.amazon.com/console/toolkit-for-vscode/welcome) for the Toolkit. |
217
+
|**AWS: View Source on GitHub**| Opens the [GitHub repository](https://github.com/aws/aws-toolkit-vscode) for the Toolkit. |
215
218
216
219
{ [Return to Contents](#contents) } or { [Return to Top](#top) }
0 commit comments