I want to use Sequelize instead of dynamo DB in th...
# guide
s
I want to use Sequelize instead of dynamo DB in the serverless stack. I explore google but did not find any article which explain it. Please guide me ho to implement it.
f
Hi @Sulaiman Baig, there are 2 built-in DB options, SQL and DynamoDB. You can see how to setup SQL here https://docs.serverless-stack.com/database#aurora-rds
And in ur code, whenever you are talking the DDB, you’d make query against ur PostgreSQL/MySQL db.
s
thanks for your valuable time