Followings are the steps to deploy python microservices on Vercel.
- Install Vercel CLI with 
npm install -g vercel - Now I have to create a json file for Vercel describing the source and destination route. The 
vercel.jsonfile should be like this ```{ "version": 2, "builds": [ { "src": "app.py", "use": "@vercel/python" } ],