Rendering 3D scenes with Blender on AWS Lambda, how can it possibly make sense?

We built a serverless backend that renders 3D scenes with Blender — the leading open source 3D design tool — as part of a business application used at a large corporation. This reduced the time spent between resources being created by a team in Asia and their availability in a design tool used by teams around the world. When we were first presented with this challenge, we were slightly anxious because it felt like we would have to deploy some sort of render farm that visual effects studios typically use, which felt like a daunting task… But we were reassured when we found out that a simpler solution was possible, in part thanks to Blender exposing a powerful Python API.Choosing functions as a service for such a heavy computation task may sound like a bad idea because such services are very limited in terms of computational resources. But it actually made sense in our use case. I will walk you through the other options we considered and I will explain how we built this service with AWS Lambda functions running container images.

Speaker

jr-beaudoin

JR Beaudoin

  
JR (short for Jean-Rémi) is the CTO of Theodo in New York, a software consultancy. He moved to the US in 2018 after living in London for 2 years but is originally from France.When he isn’t ...