We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c767052 + 16bb3fa commit 63dcf76Copy full SHA for 63dcf76
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,9 +123,9 @@ to take effect. :::
123
124
125
126
127
},
128
- "awsAuthRefresh": "aws sso login --profile default"
+ "awsAuthRefresh": "aws sso login --profile $AWS_PROFILE"
129
130
131
0 commit comments