Hello,
I’m trying to invoke my local nodejs function locally, I’m using the nodejs6.10 runtime in the yml (and run node version v6.10.3 on my computer)
When I run the command:
serverless invoke local --function hello --data "hello world"
I get the error:
Serverless Error ---------------------------------------
You can only invoke Node.js & Python functions locally.
But when I change it to “runtime: nodejs4.3” it work fines.
Does the local invoke not work with nodejs6.10?
Thanks,
Mark