Since Google AppEngine 2.7 doesn't allow for 3rd party libraries using C lib extensions, I've been looking for alternatives to set up a backend simliar to what is shown in the repo: https://github.com/jpf/okta-pysaml2-example. It is basically saml for python that will run alongside my GAE standard environment.
Google cloud functions seems to almost be a great fit but I don't see a way to install Brew dependencies. Is this not possible?