Skip to content

Commit cfa28b0

Browse files
committed
issue #3: lambda needs publish rights to SNS
1 parent b456e4d commit cfa28b0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

cloudformation.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,16 @@ Resources:
4949
Action:
5050
- "logs:*"
5151
Resource: "arn:aws:logs:*:*:*"
52-
52+
-
53+
PolicyName: "sns_publish_policy"
54+
PolicyDocument:
55+
Version: "2012-10-17"
56+
Statement:
57+
-
58+
Effect: "Allow"
59+
Action:
60+
- "sns:Publish"
61+
Resource: "*"
5362
-
5463
PolicyName: "ec2_snapshot_policy"
5564
PolicyDocument:

0 commit comments

Comments
 (0)