i want to divide resources into multiple python ...
# general
m
i want to divide resources into multiple python file that been deployed in single stack and when deploy stack all file that have resources will be created without creating multiple stack [env] for multiple resources , any clue how to do this process , for example i have __main___.py , database.py , ecs.py that depend on __main___.py
b
use component resources
m
thanks