This commit is contained in:
EC2 Default User
2018-06-06 01:26:44 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -24,6 +24,10 @@ provider:
Action:
- SNS:*
Resource: { "Fn::Join" : [":", ["arn:aws:sns:${self:custom.region}", "*:*" ] ] }
- Effect: "Allow"
Action:
- ecs:RunTask
Resource: "*"
memorySize: 128
timeout: 90