Node Backend

The Abstract Play backend is a Serverless Framework service on AWS: Node.js Lambdas backed by a single DynamoDB table (abstract-play-{stage}). Most application logic lives in api/abstractplay.ts.

Documentation

API

Bot framework

Subsystems

Resources

Query names and record field shapes are defined in TypeScript; these docs describe intent and patterns. When you add a query or record type, update /docs in the same PR.

Last verified against develop branch.