Possible to host a existing stateless express app on netlify functions?

Is is possible to host a existing express app I have on glitch.com on netlify functions.

The express app is stateless, all it does is take a payload in request and make a api call.

The reason I want to move is glitch.com sleeps after some inactivity.

It’s definitely possible however I worry that our functions may not fit the bill; they’ll only run for 10 seconds on the Starter plan. There’s a good 101 guide right here that might give you a few more details!