Skip to content

Commit f7f6d84

Browse files
committed
update perms
1 parent a81b013 commit f7f6d84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aws_sra_examples/solutions/genai/bedrock_org/lambda/src/sra_config_lambda_iam_permissions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@
231231
"Sid": "AllowOpenSearchAccess",
232232
"Effect": "Allow",
233233
"Action": [
234-
"opensearch:DescribeDomain",
235-
"opensearch:GetSecurityPolicy"
234+
"es:DescribeDomain"
236235
],
237236
"Resource": "*"
238237
},

0 commit comments

Comments
 (0)