DEV Community

Discussion on: Build a RESTful API with the Serverless Framework

Collapse
 
striderhnd profile image
Erick Gonzales

Magnus I'm working right now in a project using the serverless framework, you can use mongoose+MongoDB (Cloud Atlas in my case) without any problems, what I like a lot about the serverless framework features is that you can handle a lot of cases in my case I'm working in a public API so you can configure custom authorizers and CORS management / rules. its very flexible framework.

Collapse
 
magnusriga profile image
Magnus

Great, thanks for sharing Erick. I look forward to trying it.