Skip to content

Commit 16bb3fa

Browse files
Will VasquezWill Vasquez
authored andcommitted
[CHORE] add bash alias for aws profile
1 parent 86a4950 commit 16bb3fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ to take effect. :::
125125
"AWS_REGION": "us-east-1",
126126
"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)