Why I can’t connect google functions to Mysql?
I created a google function to connect to Mysql, I created the database using Cloud SQL. I gave it Cloud permissions.
Here’s the code inside my 1st gen function (main.py). Please keep in mind “” actually have my keys
How can I connect Mysql to Cloud Functions?
Inside cloud functions I have this functions (entry point)