I have a Flask-restful API(micro-service)
written in python 2.7 using Google Cloud STANDARD environment, and dev_appserver.py(gcloud sdk)
helps to run it locally.
Now, I plan to do three things:
- Upgrade the code from Python 2.7 to Python 3.5
- Google Cloud STANDARD environment to Google cloud FLEXIBLE environment Question: but standard environment uses AppEngine library and methods, that don't work in flexible environment, so, can Google Cloud Client libraries solve the purpose?
- Run locally and test the micro-service
Question: Please give suggestions to replace
dev_appserver.py