Skip to content

Commit

Permalink
fix table reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jdub233 committed Nov 13, 2023
1 parent 5c4e42d commit d5e94b0
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 d5e94b0

Please sign in to comment.