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
I'm trying to deploy multiple functions, one of which needs to be deployed with an image attribute rather than a handler filepath. I'm getting this error for that function: TypeError: Cannot read properties of undefined (reading 'lastIndexOf') which occurs in getHandlerFilename
Not sure if there's a better way to handle this via the serverless config, but here's a PR that should fix it: #101
The text was updated successfully, but these errors were encountered:
I'm trying to deploy multiple functions, one of which needs to be deployed with an
image
attribute rather than ahandler
filepath. I'm getting this error for that function:TypeError: Cannot read properties of undefined (reading 'lastIndexOf')
which occurs ingetHandlerFilename
Not sure if there's a better way to handle this via the serverless config, but here's a PR that should fix it: #101
The text was updated successfully, but these errors were encountered: