Hi,
We have migrated our old database to Aurora Serverless Database. But this service doesn’t allow access to the database from outside the VPC since it’s serverless.
The only way to connect to the Mysql database is to use a SSH tunnel to the VPC or to enable data api to be able to send queries to the new database. So we have to update all our Zaps.
Is there an easy way to connect to serverless database without updating our Zaps ?
Thank you