Skip to content

Commit 2515f82

Browse files
committed
Documentation + devcontainer update
1 parent b6faa9c commit 2515f82

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
"ms-python.python",
99
"ms-python.vscode-pylance",
1010
"GitHub.copilot",
11+
"mutantdino.resourcemonitor"
1112
],
13+
"settings": {
14+
"resmon.show.battery": false,
15+
"resmon.show.cpufreq": false
16+
},
1217
"mounts": [
1318
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.aws/,target=/root/.aws,type=bind,consistency=cached"
1419
],

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,12 @@ Although I haven't been able to test them all, the proxy should support the foll
1515
| Repository Type | Tested | URL |
1616
| --------------- | ------ | ------------------------------------- |
1717
| Pypi | Yes | https://artifacts.example.com/simple/ |
18-
| NPM | No | https://artifacts.example.com/ |
18+
| NPM | Yes | https://artifacts.example.com/ |
1919
| Maven | No | https://artifacts.example.com/ |
2020
| Nuget | No | https://artifacts.example.com/ |
2121

2222
Currently we only support choosing a single repository at launch, athough maybe in the future I will look at automatically figure out which repository to use based on the useragent. This should simplify setup.
2323

24-
### Known Issues
25-
26-
NPM support doesn't seem to be providing the correct results, it will connect to the proxy fine but respond with the CodeArtifact URL (which can't be access):
27-
28-
```
29-
root ➜ /workspaces/aws-codeartifact-proxy/test (master ✗) $ npm view --registry http://localhost:8080 aws-cdk dist.tarball
30-
https://sktansandbox-1234567890.d.codeartifact.ap-southeast-2.amazonaws.com:443/npm/sandbox/aws-cdk/-/aws-cdk-2.19.0.tgz
31-
```
32-
3324
## How to Use?
3425

3526
You can run this in three easy ways.

0 commit comments

Comments
 (0)