Hello all! I have to deploy, say, 40 different res...
# general
g
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
You can see one approach to this in https://github.com/pulumi/examples/tree/master/aws-py-stepfunctions. Does that help?