Skip to content

Commit ba40d13

Browse files
committed
docs(marketplace): switch back to inlined images
The images are pretty optimized (only ~1 MB total). Compared to resources/icons/ which costs 3.6M, it's not currently worth the risk of using image URLS instead of local resources.
1 parent a0dbc96 commit ba40d13

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.quickstart.vscode.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,57 +14,57 @@ The AWS Toolkit lets you interact with AWS directly from VS Code. Ready to insta
1414

1515
Access AWS resources across your accounts and regions.
1616

17-
![creds](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/marketplace/resources/marketplace/vscode/creds.gif)
17+
![creds](./resources/marketplace/vscode/creds.gif)
1818

1919
### S3 support
2020

2121
View, create, and edit S3 buckets, folders, and files.
2222

23-
![S3](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/marketplace/resources/marketplace/vscode/S3.gif)
23+
![S3](./resources/marketplace/vscode/S3.gif)
2424

2525
### Download & upload Lambda functions
2626

27-
![download-Lambda](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/marketplace/resources/marketplace/vscode/download-Lambda.gif)
27+
![download-Lambda](./resources/marketplace/vscode/download-Lambda.gif)
2828

2929
## Troubleshoot AWS from the IDE
3030

3131
### Lambda
3232

3333
Step-through AWS Lambda functions using the VS Code debugger
3434

35-
![Lambda_step_through_debugging](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/marketplace/resources/marketplace/vscode/Lambda_step_through_debugging.gif)
35+
![Lambda_step_through_debugging](./resources/marketplace/vscode/Lambda_step_through_debugging.gif)
3636

3737
### CloudWatch Logs
3838

3939
Find logs generated by your AWS resources
4040

41-
![cw_logs](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/marketplace/resources/marketplace/vscode/cw_logs.gif)
41+
![cw_logs](./resources/marketplace/vscode/cw_logs.gif)
4242

4343
### ECS
4444

4545
Execute commands against running ECS containers (or open a terminal)
4646

47-
![ecs-terminal](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/marketplace/resources/marketplace/vscode/ecs-terminal.gif)
47+
![ecs-terminal](./resources/marketplace/vscode/ecs-terminal.gif)
4848

4949
## Write and edit code faster
5050

5151
### [Amazon CodeWhisperer](https://aws.amazon.com/codewhisperer/)
5252

5353
Build applications faster with automatic code recommendations based on the code and comments in VS Code.
5454

55-
![CodeWhisperer](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/marketplace/resources/marketplace/vscode/codewhisperer.gif)
55+
![CodeWhisperer](./resources/marketplace/vscode/codewhisperer.gif)
5656

5757
### [Amazon CodeCatalyst](https://aws.amazon.com/codecatalyst/)
5858

5959
Launch VS Code in a cloud development environment, powered by Amazon CodeCatalyst.
6060

61-
![CodeCatalyst](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/marketplace/resources/marketplace/vscode/CC_dev_env.gif)
61+
![CodeCatalyst](./resources/marketplace/vscode/CC_dev_env.gif)
6262

6363
### CloudFormation
6464

6565
Autocompletion and syntax support for CloudFormation templates
6666

67-
![cfn_autocompletion](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/marketplace/resources/marketplace/vscode/cfn_autocompletion.gif)
67+
![cfn_autocompletion](./resources/marketplace/vscode/cfn_autocompletion.gif)
6868

6969
## More features
7070

@@ -88,7 +88,7 @@ For a full list of features, visit [our documentation](https://docs.aws.amazon.c
8888
2. **CodeWhisperer** - connect using an AWS Builder ID or IAM Identity Center (formerly SSO)
8989
3. **CodeCatalyst** - connect using AWS Builder ID
9090

91-
![getting-started](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/marketplace/resources/marketplace/vscode/getting-started.gif)
91+
![getting-started](./resources/marketplace/vscode/getting-started.gif)
9292

9393
## Troubleshooting
9494

0 commit comments

Comments
 (0)