Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.2 KB

File metadata and controls

47 lines (34 loc) · 2.2 KB

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.