Skip to content

Commit

Permalink
Merge pull request #44 from bu-ist/fix-table-reference
Browse files Browse the repository at this point in the history
fix table reference
  • Loading branch information
jdub233 authored Nov 14, 2023
2 parents 5c4e42d + d5e94b0 commit 9c9362b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Resources:
Action: "*"
# Allow user to write rules to the DynamoDB table.
- Effect: Allow
Resource: !Sub arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${AccessControlDynamoDB}
Resource: !Sub arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${TempAccessControlDynamoDB}
Action:
- dynamodb:PutItem
- dynamodb:GetItem
Expand Down

0 comments on commit 9c9362b

Please sign in to comment.