Menu

📰
0

Reddit - Please wait for verification

Amazon Web Services (AWS): S3, EC2, SQS, RDS, DynamoDB, IAM, CloudFormation, Route 53, VPC and more·/u/Repulsive-Shine6329·2 days ago
#FIPMjHlT
Reading 0:00
15s threshold

running a pipeline that takes user-uploaded video, sends to elevenlabs for dub generation, then to sync.so for the lip-sync pass, then writes back to s3. all glued together with a single lambda right now. Works fine on anything under like 3 mins. anything longer and i'm hitting the 15 min lambda timeout cuz elevenlabs + sync.so jobs both run for several mins each on longer footage. Obvious answer is breaking it into step functions or pushing each stage onto an sqs queue with separate workers. anyone running this exact setup in prod and seen one approach scale better than the other? what's everyone using? submitted by /u/Repulsive-Shine6329 [link] [comments]

Read More