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
Fallback on using service provider runtime / 'nodejs'
When using "sls deploy function --function=function-name",
serverless-webpack would crash if the runtime was not set explicitly for
the function. This patch makes behavior consistent with other accesses
to the function runtime, falling back on the service provider's runtime
(or 'nodejs') if the function doesn't declare a runtime.
0 commit comments