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
Copy file name to clipboardExpand all lines: lib/deploy/stepFunctions/compileNotifications.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,7 @@ function validateConfig(serverless, stateMachineName, stateMachineObj, notificat
313
313
314
314
if(stateMachineObj.type==='EXPRESS'){
315
315
serverless.cli.consoleLog(
316
-
`State machine [${stateMachineName}] : notifications is not enabled on Express Workflows. `
316
+
`State machine [${stateMachineName}] : notifications are not supported on Express Workflows. `
317
317
+'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.',
0 commit comments