Can't create a deadline render farm construct using RFDK constructs provided in Python SEP example #1028
Labels
guidance
Question that needs advice or information.
needs-triage
This issue or PR still needs to be triaged.
I have an existing non-deadline render farm stack. I am trying to integrate deadline using the RFDK.
I tried to move the example SEP stack code (Python) into a CDK construct and then pull that construct in to my existing render farm stack, but I'm running into issues like this:
'deadline/recipes/RemoteConnectionServer' should be created in the scope of a Stack, but no Stack found
for various constructs.It's highly probable I'm doing something wrong as it seems very unCDK-like to force stack-level constructs? Do ya'll have any guidance on for doing this? For example, here is what I'm doing:
The text was updated successfully, but these errors were encountered: