https://pulumi.com logo
#python
Title
h

high-morning-18773

11/08/2019, 6:54 PM
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