Martin Abelson Sahlen
Martin Abelson Sahlen
Currently cloud functions does not support env vars, but there is currently an EAP (early access program) that you can sign up to try it. Otherwise, I would recommend using...
I would recommend looking at https://cloud.google.com/functions/docs/writing/#functions-writing-helloworld-http-python and not use this library (I am the author of this library).
Thanks, I'll have a look this weekend :D
And please bear with me, this was created over a few jetlagged days in New York, it is very much alpha 😂
Just wondering if this (not using six) will break compatibility with python2+3?
As far as my understanding goes, six is a compatibility layer that makes sure that code works on both python 2 and 3 where stuff is deprecated or changed? I'll...
Did you do any more research on this issue?
Yes as I also wrote in the readme a few weeks ago - I would highly recommend looking into using the official products, this library is a POC and is...
I haven't gotten this issue myself, what system / OS are you running this on?
I’m not sure what might be causing this, feel free to look into it and suggest a fix, I will merge at will.