fixed security
This commit is contained in:
parent
9f274e1cef
commit
660a21fb4b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user