Owen Conti π¨π¦ Posted on Mar 31, 2019 How to deploy express.js apps on Netlify #showdev #serverless #video #javascript Top comments (4) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand abe caymo abe caymo abe caymo Follow started with wordpress, ended up in react. now using both to create awesome things and make my life easier. Work Self Employed at WrittenTrove Joined Feb 3, 2019 • May 23 '20 • Edited on May 23 • Edited Dropdown menu Copy link Hide 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. Collapse Expand Stefan aGz Stefan aGz Stefan aGz Follow Joined Sep 24, 2019 • Jan 14 '20 Dropdown menu Copy link Hide where did the functions directory come from tho Collapse Expand Owen Conti π¨π¦ Owen Conti π¨π¦ Owen Conti π¨π¦ Follow Location Calgary, AB Joined Jan 6, 2019 • Jan 14 '20 Dropdown menu Copy link Hide the netlify-lambda command creates the functions directory (based on the config file) when you run the serve/build commands Collapse Expand Anthony Mwangi Anthony Mwangi Anthony Mwangi Follow Joined Jun 18, 2020 • Jun 18 '20 Dropdown menu Copy link Hide This was quite helpful. Thank You Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
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.
where did the functions directory come from tho
the
netlify-lambda
command creates thefunctions
directory (based on the config file) when you run theserve/build
commandsThis was quite helpful. Thank You