How to connect to AWS RDS Postgres via Node.js running on local machine
I have a Node.js app running on an ES2 instance which I can connect successfully to an AWS RDS Postgres database and run a SQL statement to return the results. Now I want to run that same app but on my local machine instead of the EC2 instance. Can it be done?
How to connect to aws rds postgres via nodejs running on local machine
I have a nodejs app running on an ec2 instance which I can connect successfully to an aws rds postgres database and run a sql statement to return the results.