fixed security

This commit is contained in:
Gert Wohlgemuth 2018-06-05 18:26:35 -07:00
parent 9f274e1cef
commit 660a21fb4b

View File

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