AnomalyInnovations / serverless-stack-demo-api

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

handler.js defined in package.json but it's not in the project #21

Open vincentclaes opened 6 years ago

vincentclaes commented 6 years ago

there is this line in the package.json

"main": "handler.js", but the handler file is not present in the project. is this a mistake? does this run?

thanks.

vincent

jayair commented 6 years ago

@vincentclaes Good catch. We don't use this, so it doesn't affect anything. But we don't need it there either.