mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 21:31:32 +00:00
docs: Improve Bedrock suggested IAM policy (#37278)
Closes https://github.com/zed-industries/zed/issues/37251 H/T: @brandon-fryslie Release Notes: - N/A
This commit is contained in:
parent
129bff8358
commit
f290daf7ea
1 changed files with 1 additions and 3 deletions
|
|
@ -40,7 +40,6 @@ Ensure your credentials have the following permissions set up:
|
|||
|
||||
- `bedrock:InvokeModelWithResponseStream`
|
||||
- `bedrock:InvokeModel`
|
||||
- `bedrock:ConverseStream`
|
||||
|
||||
Your IAM policy should look similar to:
|
||||
|
||||
|
|
@ -52,8 +51,7 @@ Your IAM policy should look similar to:
|
|||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"bedrock:InvokeModel",
|
||||
"bedrock:InvokeModelWithResponseStream",
|
||||
"bedrock:ConverseStream"
|
||||
"bedrock:InvokeModelWithResponseStream"
|
||||
],
|
||||
"Resource": "*"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue