Skip to content

Commit

Permalink
fix IAM action name to grant permission to describe stack resources
Browse files Browse the repository at this point in the history
  • Loading branch information
bpholt committed Dec 7, 2023
1 parent a5c3c43 commit 6d672b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider:
- "ecs:ListTasks"
- "ecs:DescribeTasks"
- "ec2:DescribeInstances"
- "cloudformation:DescribeStackResource"
- "cloudformation:DescribeStackResources"
Resource: "*"
Effect: Allow
- Sid: RepublishMessages
Expand Down

0 comments on commit 6d672b2

Please sign in to comment.