I have been craving a serverless relational database for low traffic workloads (Wordpress-like sites and simple applications that can be serviced freely by serverless functions).<p>I have tried AWS's Aurora Serverless V1, but it seems AWS are phasing out support for it as it's not available for newer Postgres versions. It appears that Aurora Serverless V2 (which does not spin down to 0 units and will charge you when not in use) is replacing it.<p>There's Planetscale and Cockroach DB serverless - both appear compelling.<p>Would be nice if Amazon offered a similar product so I can use Cloudformation for all my infrastructure provisioning needs.