|
7 | 7 | <version>1.0</version>
|
8 | 8 |
|
9 | 9 | <description><![CDATA[
|
10 |
| -<p> |
11 |
| - The AWS Toolkit for JetBrains makes it easier to write applications built on <a href="https://aws.amazon.com/">Amazon Web Services</a>. |
12 |
| -If you come across bugs with the toolkit or have feature requests, please raise an |
13 |
| -<a href="https://github.com/aws/aws-toolkit-jetbrains/issues">issue</a> on our GitHub repository. |
14 |
| -</p> |
15 |
| -<br/> |
16 |
| -<p> |
17 |
| -See the <a href="https://docs.aws.amazon.com/console/toolkit-for-jetbrains/">user guide</a> for how to get started, along |
18 |
| -with what features/services are supported. |
19 |
| -</p> |
20 |
| -
|
21 |
| -<p><h2><strong>Features:</strong></h2></p> |
| 10 | +<h3><a href="https://aws.amazon.com/codewhisperer/">Amazon CodeWhisperer</a></h3> |
| 11 | +<p>An AI powered productivity tool for the IDE.</p> |
22 | 12 |
|
23 | 13 | <ul>
|
24 | 14 | <li>
|
25 |
| - <a href="https://aws.amazon.com/codewhisperer">Amazon CodeWhisperer</a> - CodeWhisperer uses machine learning to generate code suggestions from the existing code and comments in your IDE. Supported languages include: Java, Python, and JavaScript. |
26 |
| - <br> In addition to providing code suggestions within your current file, CodeWhisperer can scan your code package to identify security issues. |
| 15 | + <b>Real-time code suggestions</b> - automatic code recommendations in 15+ languages, now including infrastructure as code (CloudFormation, AWS CDK, and Terraform) |
27 | 16 | </li>
|
28 | 17 | <li>
|
29 |
| - <a href="https://docs.aws.amazon.com/console/toolkit-for-jetbrains/credentials">Authentication</a> - Connect to AWS using static credentials, credential process, or AWS SSO. |
| 18 | + <b>Optimized for use with AWS services</b> - code suggestions are optimized for AWS APIs including Amazon Elastic Compute Cloud (Amazon EC2), AWS Lambda, and Amazon Simple Storage Service (Amazon S3) |
30 | 19 | </li>
|
31 |
| -
|
32 | 20 | <li>
|
33 |
| - <a href="https://docs.aws.amazon.com/console/toolkit-for-jetbrains/aws-explorer">Resource Explorer</a> - View and manage AWS resources |
| 21 | + <b>Built-in security scans</b> - Scan your code to detect hard-to-find vulnerabilities and get code suggestions to remediate them immediately |
34 | 22 | </li>
|
| 23 | +</ul> |
35 | 24 |
|
| 25 | +<h3><a href="https://codecatalyst.aws/explore">Amazon CodeCatalyst</a></h3> |
| 26 | +<p>Unified software development service to quickly build and deliver applications on AWS.</p> |
| 27 | +
|
| 28 | +<ul> |
36 | 29 | <li>
|
37 |
| - <a href="https://docs.aws.amazon.com/console/toolkit-for-jetbrains/lambda-local">Run/Debug Local Lambda Functions</a> - Locally test and step-through debug functions in a |
38 |
| - Lambda-like execution environment provided by the AWS SAM CLI. Supports Java, Python, Node.js, and .NET Core. |
| 30 | + <b>Dev Environments</b> - launch JetBrains IDEs 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 |
39 | 31 | </li>
|
| 32 | +</ul> |
| 33 | +</p> |
40 | 34 |
|
| 35 | +<h3>View, modify, and deploy AWS resources</h3> |
| 36 | +
|
| 37 | +<ul> |
41 | 38 | <li>
|
42 |
| - <a href="https://docs.aws.amazon.com/console/toolkit-for-jetbrains/sam-deploy">Deploy SAM-based Applications</a> - Package, deploy & track SAM-based applications |
| 39 | + <b>Authentication</b> - Connect to AWS using static credentials, credential process, or AWS identity center |
43 | 40 | </li>
|
44 |
| -
|
45 | 41 | <li>
|
46 |
| - <a href="https://docs.aws.amazon.com/console/toolkit-for-jetbrains/cwl-tasks">CloudWatch Logs</a> - View and search CloudWatch log streams |
| 42 | + <b>Resource Explorer</b> - View and manage AWS resources |
47 | 43 | </li>
|
48 |
| -
|
49 | 44 | <li>
|
50 |
| - <a href="https://docs.aws.amazon.com/console/toolkit-for-jetbrains/s3-tasks">S3 Explorer</a> - Manage S3 buckets, and upload to/download from S3 buckets |
| 45 | + <b>Run/Debug Local Lambda Functions</b> - Locally test and step-through debug functions in a Lambda-like execution environment provided by the AWS SAM CLI. Supports Java, Python, Node.js, and .NET. |
| 46 | + </li> |
| 47 | + <li> |
| 48 | + <b>Deploy SAM-based Applications</b> - Package, deploy track SAM-based applications |
| 49 | + </li> |
| 50 | + <li> |
| 51 | + <b>CloudWatch Logs</b> - View and search CloudWatch log streams |
| 52 | + </li> |
| 53 | + <li> |
| 54 | + <b>S3 Explorer</b> - Manage S3 buckets, and upload to/download from S3 buckets |
51 | 55 | </li>
|
52 |
| -
|
53 | 56 | <li>
|
54 |
| - <a href="https://docs.aws.amazon.com/console/toolkit-for-jetbrains/services">See the user guide</a> for a full list of services and features supported |
| 57 | + See the <a href="https://docs.aws.amazon.com/console/toolkit-for-jetbrains/">user guide</a> for a full list of services and features supported |
55 | 58 | </li>
|
56 | 59 | </ul>
|
| 60 | +
|
| 61 | +<h3>About</h3> |
| 62 | +<p> |
| 63 | + The AWS Toolkit for JetBrains makes it easier to write applications built on <a href="https://aws.amazon.com/">Amazon Web Services</a>. |
| 64 | +</p> |
| 65 | +<p> |
| 66 | + If you come across bugs with the toolkit or have feature requests, please raise an <a href="https://github.com/aws/aws-toolkit-jetbrains/issues">issue</a> on our GitHub repository. |
| 67 | +</p> |
| 68 | +
|
| 69 | +<p> |
| 70 | + See the <a href="https://docs.aws.amazon.com/console/toolkit-for-jetbrains/">user guide</a> for how to get started |
| 71 | +</p> |
57 | 72 | ]]></description>
|
58 | 73 |
|
59 | 74 | < vendor email= "[email protected]" url= "https://github.com/aws/aws-toolkit-jetbrains">AWS</ vendor>
|
|
0 commit comments