We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9070214 commit 9eba8a7Copy full SHA for 9eba8a7
1 file changed
LOCAL_AWS_SETUP.md
@@ -122,7 +122,7 @@ Add to `~/.zshrc` or `~/.bashrc`:
122
123
```bash
124
opencode-work() {
125
- local profile="AdministratorAccess"
+ local profile="ClaudeCodeAccess"
126
echo "Logging in to AWS SSO ($profile)..."
127
aws sso login --profile "$profile" || return 1
128
eval "$(aws configure export-credentials --profile "$profile" --format env)"
0 commit comments