We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08f25a commit 67b9709Copy full SHA for 67b9709
README.md
@@ -86,7 +86,7 @@ Your lambda function needs to have a role attached to it that allows to access y
86
"es:ESHttpPut",
87
"es:ESHttpDelete"
88
],
89
- "Resource": "arn:aws:es:AWS_REGION:AWS_ACCOUNT_ID:domain/my-elasticsearch-domain/*",
+ "Resource": "arn:aws:es:AWS_REGION:AWS_ACCOUNT_ID:domain/my-aws-elasticsearch-domain/*",
90
"Effect": "Allow"
91
}
92
]
0 commit comments