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
thrownewserverless.classes.Error('This command invokes the Lambda "console" function, but no function was found with the "console" layer');
29
+
thrownewserverless.classes.Error('This command invokes a Lambda console function, but no function was found using the console runtime (e.g. php-84-console)');
35
30
}
36
31
if(consoleFunctions.length>1){
37
-
thrownewserverless.classes.Error('More than one function contains the console layer: cannot automatically run it. Please provide a function name using the --function option.');
32
+
thrownewserverless.classes.Error('More than one function uses the console runtime: cannot automatically run it. Please provide a function name using the --function option.');
0 commit comments