Skip to content

Commit 63dcf76

Browse files
Merge pull request #64 from newjersey/update-claude-setup
[CHORE] update to claude setup guide, added small reference to aws_pr…
2 parents c767052 + 16bb3fa commit 63dcf76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 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,9 +123,9 @@ 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
},
128-
"awsAuthRefresh": "aws sso login --profile default"
128+
"awsAuthRefresh": "aws sso login --profile $AWS_PROFILE"
129129
}
130130
```
131131

0 commit comments

Comments
 (0)