AWS RDS to PostgreSQL connection
I am trying to connect my PostgreSQL database into Domo using the recommended connector, but I am a bit confused on the credentials. The PostgreSQL database I made is connected to AWS RDS, so instead of defining a host, port, or SSL, my code has this: host: process.env.RDS_HOSTNAME user: process.env.RDS_USERNAME password:…