Skip to content

Commit 86a4950

Browse files
Will VasquezWill Vasquez
authored andcommitted
[CHORE] update to claude setup guide, added small reference to aws_profile name
1 parent 013ad9a commit 86a4950

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/guides/claude-code-bedrock.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ to take effect. :::
110110
"env": {
111111
"CLAUDE_CODE_USE_BEDROCK": "1",
112112
"AWS_REGION": "us-east-1",
113-
"AWS_PROFILE": "bedrock-sso"
113+
"AWS_PROFILE": <AWS_PROFILE NAME> // default, if you follow the example
114114
}
115115
}
116116
```
@@ -123,7 +123,7 @@ to take effect. :::
123123
"env": {
124124
"CLAUDE_CODE_USE_BEDROCK": "1",
125125
"AWS_REGION": "us-east-1",
126-
"AWS_PROFILE": "bedrock-sso"
126+
"AWS_PROFILE": <AWS_PROFILE NAME> // default, if you follow the example
127127
},
128128
"awsAuthRefresh": "aws sso login --profile default"
129129
}

0 commit comments

Comments
 (0)