Hello, i have multiple stacks, in a project folder...
# python
h
Hello, i have multiple stacks, in a project folder structure is aws/app1 aws/app2 now i want to create some component resource class which can be imported in both stacks. for e.g. network.py ( which configures vpc subnets etc). where should i store that file i know i can store it in a stack and import the file. is it possible to store it at top level in aws/network.py and import that in aws/app1/___main_.py