DEV Community

Discussion on: How to deploy express.js apps on Netlify

Collapse
 
abetoots profile image
abe caymo • Edited

Thank you! I was struggling with this for hours. The part for app.use() did it for me. Thank god I can keep using middleware.

Question: Do you know of a way of setting debugging up with breakpoints for the lambda functions? I just want to be able to step through my functions.