2
votes

I am setting up a new API and Google Cloud Endpoints Frameworks looks like a good candidate to use with an AppEngine standard handler. The API handler is to accesses BigQuery in the backend - This seems to prefer newer cloud-api-client libraries.

Python 2.7 is deprecated at the start of 2020. I can't find any guidance on whether Google is going to update endpoints to support GAE on Python3.x or removed (replaced with some other product perhaps?)

App Engine now supports Python 3.x.

Should I be considering cloud endpoints framework for a new project?

1

1 Answers

0
votes

You're right, Endpoints Frameworks do not support Python 3.x yet.

A possible solution would be to use Cloud Endpoints on App Engine flexible environment.