|
|
|
|
|
by dijit
523 days ago
|
|
From what I recall about that situation, they had a really stupid architecture that was using S3 as intermediate storage and processing video multiple times on multiple stages. In fact, the solution still used serverless afaik: https://www.youtube.com/watch?v=BcMm0aaqnnI (take that u/UltraSane! https://news.ycombinator.com/item?id=42506205) It likely could have been solved by serverless too, by using local storage and having the pipeline condensed into a single action... FD: I'm not a fan of serverless for production anything. |
|