https://pulumi.com logo
g

great-dog-65117

03/20/2019, 9:36 AM
Hello all! I have to deploy, say, 40 different resources on CGP, and i want to use Pulumi for that...When using the Python API, which is the preferred way to avoid having a monolithic main.py file?
w

white-balloon-205

03/20/2019, 4:32 PM
You can see one approach to this in https://github.com/pulumi/examples/tree/master/aws-py-stepfunctions. Does that help?