This message was deleted.
# python
s
This message was deleted.
s
create functions that are imported into
__main__.py
and then called to create the resources, they can then be returned to be used elsewhere. Here's an example layout of one of my projects
p
Even better than functions would be component resources. There are multiple examples in pulumi/examples repo, e.g. here or here.