This repository was archived by the owner on Oct 21, 2020. It is now read-only.
File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,26 +33,26 @@ custom:
33
33
webpack :
34
34
webpackConfig : ./webpack.config.js
35
35
includeModules : true
36
- notification :
36
+ notification : # serverless-plugin-notification-ojongerius
37
37
webhook :
38
38
url : ${env:GITTER_WEBHOOK}
39
- notifications :
39
+ aws- notifications :
40
40
- protocol email
41
-
41
+ endpoint ${env:SERVERLESS_EMAIL_NOTIFICATIONS}
42
42
- protocol https # Announce on Gitter
43
- endpoint https://webhooks.gitter.im/e/957145b550e13c6d3a80
43
+ endpoint ${env:GITTER_WEBHOOK}
44
44
alerts :
45
45
stages : # Optionally - select which stages to deploy alarms to
46
46
- production
47
47
- staging
48
48
dashboards : true
49
49
topics :
50
50
ok : ${self:service}-${opt:stage}-alerts-ok
51
- notifications : ${self:custom.notifications}
51
+ notifications : ${self:custom.aws- notifications}
52
52
alarm : ${self:service}-${opt:stage}-alerts-alarm
53
- notifications : ${self:custom.notifications}
53
+ notifications : ${self:custom.aws- notifications}
54
54
insufficientData : ${self:service}-${opt:stage}-alerts-insufficientData
55
- notifications : ${self:custom.notifications}
55
+ notifications : ${self:custom.aws- notifications}
56
56
alarms :
57
57
- functionThrottles
58
58
- functionErrors
You can’t perform that action at this time.
0 commit comments