【发布时间】:2021-03-20 19:17:54
【问题描述】:
我想输入我的 Google Cloud 函数:
from my_google_cloud_project import another_google_cloud_func
another_google_cloud_func()
我不想通过 HTTP 请求调用该函数。我如何才能导入它?
这两个函数都是 Google Cloud 函数,而不仅仅是 python 代码!
【问题讨论】:
-
是否也部署了该功能?例如,它实际上需要一个
request参数吗? -
Dustin Ingram 已经部署了,但是触发器不是http请求
标签: python google-cloud-functions