Silicon Valley Code Camp : October 7 & 8, 2017session
Fantastic Transcoder: Massively Parallel video conversion in AWS Lambda
A deep dive on Massively parallel tasks in AWS Lambda utilizing SQS, DynamoDB, and s3.
About This Session
Fantastic Transcoder is a serverless video encoder which utilizes massively parallel compute in AWS Lambda to achieve ludicrous conversion speeds. It exists as an orchestrated collection of Lambda tasks which uses DynamoDB, SQS, and S3 for data structure, job tracking, and object storage respectively, essentially turning Lambda into a render farm. Take a deep dive on how Fantastic Transcoder itself works, gotchas of massively parallel programming, failure cases, and using lambda efficiently at scale.