Tips from deploying my first Python Google Cloud Function
--
Some quirks of Cloud Functions.
The python script was a relatively simple ETL job that tested my abilities to architect and debug, but it was a great experience in deploying production code under constraints. The script simply compared two Google Sheets, and updated the target page with new or updated landing values. The script fires from a Cloud Scheduler message…