Express.js setup help

I created an ecommerce store in vscode using express.js manually deployed it on netlify and now the functions and all other express features are not working properly how could i rectify this.
In my express app i have firebase, aws and stripe set up.
is there away to carry over those functions safely to netlify by accessing the same api keys?
or do i have to find another hosting service entirely? my website is www.costwell-valtemina.com

Hi @Sbrown

Yes, it is possible to refactor ExpressJS apps to run in a serverless environment. The ease, or complexity, of this will depend on the app. You can find a basic guide in

A quick search for Serverless ExpressJS on DDG yields numerous hits including

thanks gonna try this tomorrow its really late right now