serverless-webpack
serverless-webpack copied to clipboard
Serverless Webpack Google Local Invoke
I am using serverless webpack with google as the provider I want to be able to test the function out locally
But when i run
serverless invoke local -f functionName
I get this error
Error: Cannot find module '/Users/brianschardt/Desktop/iris/services/functions/.build/service'
however i can confirm that directory is there. Please help :)
Can you provide more information so we can reproduce the bug?