Manu Rueda

Results 4 comments of Manu Rueda

function.py ``` from cloudfn.http import Response, handle_http_event def handle_http(req): return Response( status_code=200, body={'key': 2}, headers={'content-type': 'application/json'}, ) handle_http_event(handle_http) ``` --- requirements.txt `pycloudfn==0.1.205` --- deploy.sh ``` py-cloud-fn handle_http http -p -f...

Other examples work pretty well 💯

Exactly! That is my problem. Thank you @marcelopham! ᐧ On Thu, Sep 28, 2017 at 1:21 AM, marcelopham wrote: > @jmderueda I can't see your full trace, > but might...

Not sure El 28 sept. 2017 3:29 p. m., "Martin Abelson Sahlen" < [email protected]> escribió: > Just wondering if this (not using six) will break compatibility with > python2+3? >...