Skip to content

Commit bd4cb74

Browse files
authored
docs: Update DynamoDB BatchGetItem permissions (#2542)
Signed-off-by: Miguel Trejo <armando.trejo.marrufo@gmail.com>
1 parent b342436 commit bd4cb74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/online-stores/dynamodb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Feast requires the following permissions in order to execute commands for Dynamo
2727
| ----------------------- | ----------------------------------------------------------------------------------- | ------------------------------------------------- |
2828
| **Apply** | <p>dynamodb:CreateTable</p><p>dynamodb:DescribeTable</p><p>dynamodb:DeleteTable</p> | arn:aws:dynamodb:\<region>:\<account_id>:table/\* |
2929
| **Materialize** | dynamodb.BatchWriteItem | arn:aws:dynamodb:\<region>:\<account_id>:table/\* |
30-
| **Get Online Features** | dynamodb.GetItem | arn:aws:dynamodb:\<region>:\<account_id>:table/\* |
30+
| **Get Online Features** | dynamodb.BatchGetItem | arn:aws:dynamodb:\<region>:\<account_id>:table/\* |
3131
3232
The following inline policy can be used to grant Feast the necessary permissions:
3333
@@ -40,7 +40,7 @@ The following inline policy can be used to grant Feast the necessary permissions
4040
"dynamodb:DescribeTable",
4141
"dynamodb:DeleteTable",
4242
"dynamodb:BatchWriteItem",
43-
"dynamodb:GetItem"
43+
"dynamodb:BatchGetItem"
4444
],
4545
"Effect": "Allow",
4646
"Resource": [

0 commit comments

Comments
 (0)