diff --git a/docs/reference/online-stores/dynamodb.md b/docs/reference/online-stores/dynamodb.md
index 2f260b042d..2af7e422d6 100644
--- a/docs/reference/online-stores/dynamodb.md
+++ b/docs/reference/online-stores/dynamodb.md
@@ -27,7 +27,7 @@ Feast requires the following permissions in order to execute commands for Dynamo
| ----------------------- | ----------------------------------------------------------------------------------- | ------------------------------------------------- |
| **Apply** |
dynamodb:CreateTable
dynamodb:DescribeTable
dynamodb:DeleteTable
| arn:aws:dynamodb:\:\:table/\* |
| **Materialize** | dynamodb.BatchWriteItem | arn:aws:dynamodb:\:\:table/\* |
-| **Get Online Features** | dynamodb.GetItem | arn:aws:dynamodb:\:\:table/\* |
+| **Get Online Features** | dynamodb.BatchGetItem | arn:aws:dynamodb:\:\:table/\* |
The following inline policy can be used to grant Feast the necessary permissions:
@@ -40,7 +40,7 @@ The following inline policy can be used to grant Feast the necessary permissions
"dynamodb:DescribeTable",
"dynamodb:DeleteTable",
"dynamodb:BatchWriteItem",
- "dynamodb:GetItem"
+ "dynamodb:BatchGetItem"
],
"Effect": "Allow",
"Resource": [