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: README.md
+32-2Lines changed: 32 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ Development certificates, including a CA, are generated at container build time
29
29
30
30
## Claude Code
31
31
32
-
The dev container includes [Claude Code](https://docs.anthropic.com/en/docs/claude-code), Anthropic's CLI for Claude, configured to use AWS Bedrock via the official [Claude Code devcontainer feature](https://github.com/anthropics/devcontainer-features).
32
+
The dev container includes [Claude Code](https://docs.anthropic.com/en/docs/claude-code), Anthropic's CLI for Claude, configured to use AWS Bedrock via the official [Claude Code devcontainer feature](https://github.com/anthropics/devcontainer-features). There are two setup methods that can be used to authenticate to AWS. Select the one that fits your use case.
33
33
34
-
### Setup
34
+
### Setup option 1 - credential authentication
35
35
36
36
1. Copy the example credentials file:
37
37
```bash
@@ -49,6 +49,36 @@ The dev container includes [Claude Code](https://docs.anthropic.com/en/docs/clau
49
49
50
50
The credentials file is mounted to `/home/vscode/.aws/credentials` inside the container and is excluded from git via `.devcontainer/.gitignore`.
0 commit comments