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
| Build ([main branch](https://github.com/aws/aws-toolkit-vscode/commits/master)) |[](https://github.com/aws/aws-toolkit-vscode/actions?query=branch%3Amaster)[](https://codecov.io/gh/aws/aws-toolkit-vscode/branch/master)[](https://lgtm.com/projects/g/aws/aws-toolkit-vscode/)|
[](https://github.com/aws/aws-toolkit-vscode/actions?query=branch%3Amaster)[](https://codecov.io/gh/aws/aws-toolkit-vscode/branch/master)[](https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.aws-toolkit-vscode)
7
4
8
-
The AWS Toolkit for Visual Studio Code is an extension for working with AWS services such as AWS Lambda.
5
+
The AWS Toolkit for Visual Studio Code is an extension for connecting your IDE to your AWS resources:
6
+
7
+
- Connect with IAM credentials, [IAM Identity Center (SSO)](https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html),
8
+
or [AWS Builder ID](https://docs.aws.amazon.com/signin/latest/userguide/differences-aws_builder_id.html)
9
+
- Use [CodeWhisperer](https://aws.amazon.com/codewhisperer/) to write code
10
+
- Connect to your [CodeCatalyst](https://codecatalyst.aws/) Dev Environments
11
+
- Debug your Lambda functions using [SAM CLI](https://github.com/aws/aws-sam-cli)
12
+
- Check and autocomplete code in SAM/CFN (CloudFormation) `template.yaml` files
13
+
-`Open Terminal` on your ECS tasks
14
+
-`Search Log Group` on your CloudWatch logs
15
+
- Browse your AWS resources
9
16
10
17
The Toolkit is available from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/itemdetails?itemName=AmazonWebServices.aws-toolkit-vscode).
11
18
@@ -17,7 +24,7 @@ requests or any positive contribution. See [CONTRIBUTING.md](CONTRIBUTING.md).
17
24
- The [Quick Start Guide](README.quickstart.vscode.md) provides an overview
18
25
of common Toolkit tasks.
19
26
- The [User Guide](https://docs.aws.amazon.com/console/toolkit-for-vscode/welcome)
20
-
contains detailed instructions for getting up and running with the Toolkit.
27
+
contains full instructions for using the Toolkit.
21
28
22
29
## Feedback
23
30
@@ -27,6 +34,7 @@ We want your feedback!
27
34
-[Ask a question](https://github.com/aws/aws-toolkit-vscode/issues/new?labels=guidance&template=guidance_request.md)
28
35
-[Request a new feature](https://github.com/aws/aws-toolkit-vscode/issues/new?labels=feature-request&template=feature_request.md)
29
36
-[File an issue](https://github.com/aws/aws-toolkit-vscode/issues/new?labels=bug&template=bug_report.md)
0 commit comments