DEV Community

Discussion on: Shifting Your Node Express APIs to Serverless

Collapse
 
raymondcamden profile image
Raymond Camden

I'd love to see an example that involved authentication of some sort. So imagine an Express app where routes /posts and /posts/:id required you to be logged in first. I know some serverless platforms make middleware simple, but seeing a full example of that kind of translation would be nice.