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:
Peter Tripp 2025-08-31 20:08:17 -04:00 committed by GitHub
parent 129bff8358
commit f290daf7ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": "*"
}