This video shows my serverless log-ingestion pipeline for the challenge.
The system accepts JSON and plain text logs, normalizes them, processes them asynchronously through SQS + Lambda, performs PII redaction, and stores tenant-isolated records in DynamoDB.
What’s shown in the video:
1.Real requests hitting the /ingest endpoint
2.Async processing in SQS / Lambda
3.DynamoDB tenant isolation
4.PII redaction and idempotency behavior