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
What went wrong?
I had a context path defined in my webpack config. serverless-webpack therefore didn't find the relevant files for the handlers because it uses the serverless.config.servicePath
What did you expect should have happened?
It should have found my files, or told me where it was looking for them
This is a Bug Report
Description
For bug reports:
What went wrong?
I had a
context
path defined in my webpack config. serverless-webpack therefore didn't find the relevant files for the handlers because it uses theserverless.config.servicePath
What did you expect should have happened?
It should have found my files, or told me where it was looking for them
What was the config you used?
and
No matching handler found for 'modules/foo-bar'. Check your service definition.
For feature proposals:
Similar or dependent issue(s):
*
Additional Data
The text was updated successfully, but these errors were encountered: