
A Case Study on Amazon Prime Audio/Video Monitoring Service Re-architecture
I recently read an article1 on the audio/video monitoring service re-architecture of Amazon Prime. Previously, they distributed different processes and connected the tasks using AWS Step Functions and AWS Lambda serverless components. It all starts with a service that has three major components: Media converter, which runs as an AWS Lambda function, converts input audio/video streams to frames and stores them in S3. ...