Open Thukyd opened 6 years ago
Got the exact same problem, not sure what is going wrong.
For me, this happened when I was in a wrong directory and tried to invoke a function that didn’t exist.
Solved by switching to the right directory and specifying the correct function name.
I got this issue when I try to invoke the wrong function name. Just make sure you put the right name.
serverless invoke local -f [FIX_THIS] -p ./testdata/deepSpecificPicture.json
Hello,
I want to build an Alexa Skill using typescript and serverless - which are both quite new for me. The basic code - before I added typescript - was running just fine. But with typescript I got an error:
Using powershell and tried to get more infos with the SLS_DEBUG. It showed me an error for the serverless-plugin-typescript
My additions on typescript in the serverless.yml
My additions in the package.json
Does anybody have a clue how to handle this? Didn't I set it up correctly?