Postgresql – Cloud Run Functions + Cloud SQL + IAM Auth
I'm trying to connect my Cloud Run Function using IAM auth but it always errors saying that the password must be a string. How do I connect to my DB without the need of setting a password? Code example: const…