Skip to content

Commit

Permalink
add permissions to describe stack
Browse files Browse the repository at this point in the history
  • Loading branch information
okigan committed Nov 30, 2023
1 parent 41df7e1 commit ee78733
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ Resources:
Description: "Lambda function to scale up the concurrency limit (deploy trigger 1)"
Properties:
PackageType: Image
Policies:
- Version: "2012-10-17"
Statement:
-
Effect: Allow
Action:
- cloudformation:DescribeStacks
Resource: "*"
Events:
MyApi:
Type: Api
Expand Down

0 comments on commit ee78733

Please sign in to comment.