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 cebf522 commit 7757118Copy full SHA for 7757118
template.yaml
@@ -4825,7 +4825,7 @@ Resources:
4825
- dynamodb:Scan
4826
Resource:
4827
- !Sub "arn:${AWS::Partition}:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${TrackingTable}"
4828
- - !Sub "arn:${AWS::Partition}:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${AnalyticsTable}"
+ - !Sub "arn:${AWS::Partition}:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${AgentTable}"
4829
- Effect: Allow
4830
Action:
4831
- kms:Encrypt
0 commit comments