Skip to content

Commit

Permalink
Fix policy for app-autoscaling (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzbeard authored May 31, 2023
1 parent 9ca102b commit 7d26041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/awscommunity/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ Resources:
- Action:
- dynamodb:*
Effect: Allow
Resource: !Sub "arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/awscommunityscheduledactiontesttable"
Resource: !Sub "arn:aws:dynamodb:*:${AWS::AccountId}:table/awscommunityscheduledactiontesttable"
- Action:
- iam:CreateServiceLinkedRole
Effect: Allow
Expand Down

0 comments on commit 7d26041

Please sign in to comment.