I have GCP
Math FaaS
s, as well as an intermediary Proxy
FaaS.
I would like the Proxy to save the answer to a database
, containing an ID and Value.
I understand Cloud
functions are supposedly Stateless
. How do I go about this?
Update: I am following along with this https://cloud.google.com/sql/docs/mysql/connect-functions
Will let you know how it goes