We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949292e commit ff66e93Copy full SHA for ff66e93
cloudformation/iam.yml
@@ -100,6 +100,7 @@ Resources:
100
Resource:
101
- Fn::Sub: arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/infra-core-api-stripe-links/index/*
102
- Fn::Sub: arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/infra-core-api-events/index/*
103
+ - Fn::Sub: arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/infra-merchstore-purchase-history/index/*
104
105
- Sid: DynamoDBStreamAccess
106
Effect: Allow
0 commit comments