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
@@ -320,7 +319,7 @@ function validateConfig(serverless, stateMachineName, stateMachineObj, notificat
320
319
}
321
320
322
321
if(stateMachineObj.type==='EXPRESS'){
323
-
log(
322
+
logger.log(
324
323
`State machine [${stateMachineName}] : notifications are not supported on Express Workflows. `
325
324
+'Please see https://docs.aws.amazon.com/step-functions/latest/dg/concepts-standard-vs-express.html for difference between Step Functions Standard and Express Workflow.',
326
325
);
@@ -332,7 +331,7 @@ function validateConfig(serverless, stateMachineName, stateMachineObj, notificat
332
331
);
333
332
334
333
if(error){
335
-
log(
334
+
logger.log(
336
335
`State machine [${stateMachineName}] : notifications config is malformed. `
337
336
+'Please see https://github.com/horike37/serverless-step-functions for examples. '
338
337
+`${error}`,
@@ -345,7 +344,7 @@ function validateConfig(serverless, stateMachineName, stateMachineObj, notificat
0 commit comments