Infrastructure
Lumara runs on AWS in the India region (ap-south-1). Each tenant's database schema is logically isolated; production data never leaves India.
- Network: VPC with private subnets, no public DB endpoints, AWS WAF + CloudFront on the edge.
- Compute: Containerised Node 20 LTS app servers behind an ALB with HTTPS-only listeners.
- Database: PostgreSQL 16 (RDS) with row-level tenant isolation enforced at the application layer and a row-level secondary check in queries.
- File storage: Encrypted S3 buckets, signed URLs only (no public objects).