File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/reference/online-stores Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
3232The 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 " : [
You can’t perform that action at this time.
0 commit comments