【发布时间】:2021-03-31 02:05:05
【问题描述】:
我有GCPMath FaaSs,还有一个中介ProxyFaaS。
我希望代理将答案保存到 database,其中包含 ID 和值。
我知道Cloud 函数应该是Stateless。我该怎么办?
更新:我正在关注这个https://cloud.google.com/sql/docs/mysql/connect-functions
会告诉你进展如何
【问题讨论】:
标签: python google-cloud-functions stateless stateful saving-data