Serverless + Express + Mongoose

Using mongoose, express, and serverless for a REST API, and the actual processing works fine when deployed (things are put in db), but I always get a null response. The response is faster than the timeout so I know there is no problem there, but I still don’t understand why this is happening.