AssetPanda
Access control · Real-time search · Data pipelines
Backend work across permissions, search and batch data movement on a DynamoDB-backed platform.
- Fine-grained access control — permission checks enforced at the API layer, so every request resolves only the records the caller is entitled to.
- Real-time search — DynamoDB Streams feed an indexing pipeline that keeps OpenSearch in step with writes, making new data searchable without a reindex.
- Fault-tolerant pipelines — Step Functions orchestrate multi-step data jobs with retries and explicit failure states, so one bad record fails a single execution rather than the whole batch.