Hello Andy, Thank you for your answer.
I’m running my script in a docker container in a lambda function.
I don’t think I can start the Rhino service in order to send commands to it.
Could I do the same using rhino compute?
If you are already using Rhino.Compute, you could convert your 3dm to stl in your gh definition. You’d probably need to save it to disk, encode it as a base 64 string, and have that be a string output to your gh definition. We don’t have an example that does this, but I can cook something up in the next few days.