Skip to content

Commit

Permalink
Merge pull request #102 from lendi-au/add-sns-iam
Browse files Browse the repository at this point in the history
Update IAM Permissions to allow unsubscribing from SNS
  • Loading branch information
sec-oops authored Jul 1, 2024
2 parents 3ad3194 + 88ebf76 commit 410cf20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stackjanitor",
"version": "1.35.0",
"version": "1.36.1",
"description": "StackJanitor cleans up CloudFormation stacks based on TTL and tags.",
"main": "src/handler.ts",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ provider:
- "s3:*"
- "ecs:*"
- "sqs:*"
- "sns:*"
- "elasticloadbalancing:*"
- "elasticloadbalancing:*"
- "elasticloadbalancingv2:*"
Expand Down

0 comments on commit 410cf20

Please sign in to comment.