Skip to content

DynamoDB

Kevin O'Connell edited this page Oct 6, 2021 · 1 revision

Abacus uses DynamoDB for the production database

Where can I find it?

DynamoDB is found in backend/src/services/db/dynamo.ts

What are some important files to understand?

backend/src/services/dynamo.ts shows the structure of the calls we use to access the database. backend/src/services/database.ts shows the high-level constructors that create the database.

Clone this wiki locally