1. Model ingestion & versioning
Revit add-in → pre-signed URL → S3 → Lambda (parser) → Aurora (metadata) → EventBridge
When a designer publishes a model, the Revit add-in uploads directly to S3 with a pre-signed URL. A Lambda extracts structure, families, and references; Aurora stores the metadata; EventBridge fans the change out to downstream services.
- S3 + S3 Versioning
- Lambda
- Aurora PostgreSQL
- EventBridge