Architecture

Technical architecture documentation, system diagrams, and Architecture Decision Records (ADRs) for the Momentum Learning Management Platform.

Overview

The Momentum platform is built on AWS with a serverless-first architecture:

  • Frontend: Next.js 14 hosted on AWS Amplify
  • API Layer: REST API via API Gateway + Lambda
  • Database: Aurora Serverless v2 (PostgreSQL)
  • AI Services: Amazon Bedrock for content generation
  • Authentication: AWS Cognito with social login

Sections

Core Architecture

Decision Records (ADRs)

Analysis & Evaluation


Back to top

Momentum LMS © 2025. Distributed under the MIT license.