OPI Blog
Learn from experts in their fields

Browsing Tags: cloud functions

Oct 16, 2019
Local Testing for GCP Cloud Functions
It’s easy to write Google Cloud Functions in Python. The trick is to put a function that takes a single object in a file called main.py. Their example is simply: def hello_world(request): """Responds to any ...