We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013ad9a commit 86a4950Copy full SHA for 86a4950
1 file changed
src/content/docs/guides/claude-code-bedrock.md
@@ -110,7 +110,7 @@ to take effect. :::
110
"env": {
111
"CLAUDE_CODE_USE_BEDROCK": "1",
112
"AWS_REGION": "us-east-1",
113
- "AWS_PROFILE": "bedrock-sso"
+ "AWS_PROFILE": <AWS_PROFILE NAME> // default, if you follow the example
114
}
115
116
```
@@ -123,7 +123,7 @@ to take effect. :::
123
124
125
126
127
},
128
"awsAuthRefresh": "aws sso login --profile default"
129
0 commit comments