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
My project has a mix of runtimes, python and node and as such i dont specify the runtime at the provider level, if i do other plugins seem to get confused.
However if i dont specify a runtime at the provider level, serverless offline throws an error
if (!serviceRuntime) {
throw new Error('Missing required property "runtime" for provider.');
}
It appears serverless offline supports multiple runtimes, but still requires a provider level runtime to be set. Perhaps the above check could check that if provider level not provided then check that all function specs have a provided runtime?
The text was updated successfully, but these errors were encountered:
Hi,
My project has a mix of runtimes, python and node and as such i dont specify the runtime at the provider level, if i do other plugins seem to get confused.
However if i dont specify a runtime at the provider level, serverless offline throws an error
It appears serverless offline supports multiple runtimes, but still requires a provider level runtime to be set. Perhaps the above check could check that if provider level not provided then check that all function specs have a provided runtime?
The text was updated successfully, but these errors were encountered: