I don’t want to have to sanitize and slim down my large config so instead I ask: what am I supposed to use as a connection string?
My configuration works fine when deployed on AWS and fails on Localstack with ECONNREFUSED 127.0.0.1:4510
The database is running on localhost:4510. Pgadmin connects as expected with exactly the same credentials. My VPC and security groups and what not are correct as it deploys properly on AWS.
I’m running this via the cli with localstack start
, run my configs and then create a function URL and then visit that URL which fails.
Am I missing some obvious configuration steps here? Is this not supposed to just work?