AnomalyInnovations / serverless-stack-demo-api

Source for the demo app API in the Serverless Stack Guide
https://demo.serverless-stack.com
MIT License
518 stars 197 forks source link

Cannot serverless deploy -v #23

Closed PariksitDogra closed 6 years ago

PariksitDogra commented 6 years ago

I get this error when trying in command prompt.

Serverless Error ---------------------------------------

Missing "handler" property in function "resources". Please make sure you point to the correct lambda handler. For example: handler.hello. Please check the docs for more info

PariksitDogra commented 6 years ago

The issue was in the resource function within serverless.yml.