Encoding 45-minute city council session videos exceeds practical Lambda maximum duration, yet ops only keeps raising the function timeout. What should the team do instead?
Select an answer to reveal the explanation.
Short Explanation
A 45-minute encode is a marathon; Lambda is built for sprints with a hard duration ceiling. Stop cranking timeout theater—park long batch video work on Batch or containers. Logs Insights will not render MP4s.
Full Explanation
AWS Lambda imposes a maximum invocation duration; workloads such as lengthy video encodes should run on services designed for long batch or containerized jobs (for example, AWS Batch or container compute) with orchestration as needed. Continually raising timeout cannot exceed service limits and is the wrong primary fix. Mapping templates and log queries are not media encoders.