I've just finished writing a Google Cloud Function in the Beta Python 3.7 runtime with an HTTP trigger. Now I'm trying to figure out how to pass a string variable to my function when calling it. I've read the documentation but I haven't found anything on this.
My trigger resembles:
https://us-central1-*PROJECT_ID*.cloudfunctions.net/*FUNCTION_NAME*
Am I misunderstanding how Cloud Functions work? Can you even pass variables to them?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…