From bd4cb742c922f15e636bcf43d6874b3c073f7431 Mon Sep 17 00:00:00 2001 From: Miguel Trejo Marrufo <49818188+TremaMiguel@users.noreply.github.com> Date: Thu, 14 Apr 2022 09:01:20 -0500 Subject: [PATCH] docs: Update DynamoDB BatchGetItem permissions (#2542) Signed-off-by: Miguel Trejo --- docs/reference/online-stores/dynamodb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": [