DEV Community

Discussion on: Build a RESTful API with the Serverless Framework

Collapse
 
nans profile image
Nans Dumortier

Hey, thank you for your article !
I'm also a bit confused with express. Does the express server starts everytime we receive a call ? Or is there something done with module.exports.handler = serverless(app) that does something that I don't understand yet ?