What other managed Postgres database services exist that are designed for serverless use?
i.e hosted databases that have a similar proxy layer that can handle thousands of connection requests spawned by lambda functions?
I'm using RDS Proxy + Lambda but I don't like the complexity of needing to use a private VPC and paying for a NAT Gateway so that the Lambda can make 3rd party API calls to the internet.