DynamoDB - acm-mu/abacus GitHub Wiki

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.