You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -382,29 +383,8 @@ exports[`The AB testing notification lambda stack > matches the CODE snapshot 1`
382
383
]
383
384
}
384
385
],
385
-
"AlarmDescription": {
386
-
"Fn::Join": [
387
-
"",
388
-
[
389
-
{
390
-
"Ref": "AbTestingNotificationLambda36F153E8"
391
-
},
392
-
" exceeded 0% error rate"
393
-
]
394
-
]
395
-
},
396
-
"AlarmName": {
397
-
"Fn::Join": [
398
-
"",
399
-
[
400
-
"High error percentage from ",
401
-
{
402
-
"Ref": "AbTestingNotificationLambda36F153E8"
403
-
},
404
-
" lambda in CODE"
405
-
]
406
-
]
407
-
},
386
+
"AlarmDescription": "Something went wrong notifying test owners of upcoming AB test expiries in the CODE AB Testing Notification Lambda. Please check the logs",
@@ -952,29 +953,8 @@ exports[`The AB testing notification lambda stack > matches the PROD snapshot 1`
952
953
]
953
954
}
954
955
],
955
-
"AlarmDescription": {
956
-
"Fn::Join": [
957
-
"",
958
-
[
959
-
{
960
-
"Ref": "AbTestingNotificationLambda36F153E8"
961
-
},
962
-
" exceeded 0% error rate"
963
-
]
964
-
]
965
-
},
966
-
"AlarmName": {
967
-
"Fn::Join": [
968
-
"",
969
-
[
970
-
"High error percentage from ",
971
-
{
972
-
"Ref": "AbTestingNotificationLambda36F153E8"
973
-
},
974
-
" lambda in PROD"
975
-
]
976
-
]
977
-
},
956
+
"AlarmDescription": "Something went wrong notifying test owners of upcoming AB test expiries in the PROD AB Testing Notification Lambda. Please check the logs",
alarmDescription: `Something went wrong notifying test owners of upcoming AB test expiries in the ${props.stage} AB Testing Notification Lambda. Please check the logs`,
0 commit comments