Welcome to The Moto Garage

A centralized platform for MotoDash purchasing data. This tool provides real-time access to order planning data, forecasts, and inventory levels — updated automatically throughout the day.

How It Works

1

Data Source

MotoDash updates its DynamoDB database every 15 minutes via the Planning rule.

2

Automated Export

A Lambda function scans the full table 3x daily and exports to S3 as timestamped CSV snapshots.

3

This App

Loads the CSV data directly in your browser. Filter, sort, search, and export — no login required.

Update Schedule (Central Time)

1:00 AM

Early morning snapshot

5:00 AM

Pre-shift snapshot

2:00 PM

Afternoon snapshot

Each snapshot is preserved independently. Use the date and time dropdowns on any data page to compare snapshots from different times of day.

Available Data Sets

Infrastructure

Data StoreAWS S3 (us-east-1)
ComputeAWS Lambda (scheduled via EventBridge)
Source DatabaseDynamoDB (cross-account read)
CDNCloudFront + Cloudflare Pages
FrontendNext.js (static export)
AuthIAM cross-account role (no user login)