Hacker News new | ask | show | jobs
by siquick 1209 days ago
Where would you host a container based Node API that connects to a non-public Postgres database?
4 comments

Google CloudRun with direct serverless VPC access of a CloudSQL instance with no public IPs
AWS Fargate connecting to RDS
Just if you're interested in AWS: look into AWS Copilot CLI to get started really fast with getting a container up (and have a database with it).
I use AWS AppRunner with Docker. It understands Node.js natively also, I think.