Rase
Rase
DTDrizzle Team
Created by Valentin Galfre on 11/30/2023 in #help
Drizzle Studio with AWS Aurora Serverless
I think you’re missing the connection string from the drizzle config, but SST by default puts the db behind a VPC which is not accessible unless you did the configuration to allow public access (and other network configurations). I think that you could use https://github.com/sst/torpedo to be able to connect to the db from your local and then just use the values from aws to create the connection string and add it to the drizzle config. To get the rds credentials you can search for rds on the aws console and then get the password from either secrets manager or parameter store (both are also products of aws). Im not sure if it will work with newer versions of drizzle kit, but it’s worth giving it a shot 💪.
2 replies