File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
docs/reference/online-stores Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Feast requires the following permissions in order to execute commands for Dynamo
6969
7070| **Command** | Permissions | Resources |
7171| ----------------------- | ----------------------------------------------------------------------------------- | ------------------------------------------------- |
72- | **Apply** | <p>dynamodb:CreateTable</p><p>dynamodb:DescribeTable</p><p>dynamodb:DeleteTable</p> | arn:aws:dynamodb:\<region>:\<account_id>:table/\* |
72+ | **Apply** | <p>dynamodb:CreateTable</p><p>dynamodb:DescribeTable</p><p>dynamodb:DeleteTable</p><p>dynamodb:TagResource</p> | arn:aws:dynamodb:\<region>:\<account_id>:table/\* |
7373| **Materialize** | dynamodb.BatchWriteItem | arn:aws:dynamodb:\<region>:\<account_id>:table/\* |
7474| **Get Online Features** | dynamodb.BatchGetItem | arn:aws:dynamodb:\<region>:\<account_id>:table/\* |
7575
@@ -83,6 +83,7 @@ The following inline policy can be used to grant Feast the necessary permissions
8383 "dynamodb:CreateTable",
8484 "dynamodb:DescribeTable",
8585 "dynamodb:DeleteTable",
86+ "dynamodb:TagResource",
8687 "dynamodb:BatchWriteItem",
8788 "dynamodb:BatchGetItem"
8889 ],
You can’t perform that action at this time.
0 commit comments