Is there an easy way to take a python flask application as a serverless api hosting on Runpod??
I'm looking for a way to host a flask app, which worked great using ngrok on my local machine, as a serverless hosting (on-demand by api call) without having to change very much (unlike how AWS requires taking things apart and rebuilding to turn into lambda functions.) Is there a way to do this easily on Runpod?
1 Reply
you can wrap it using the serverless handler
see some examples on the docs