prehistoric-translator-89978
08/07/2023, 11:08 PMapp/microservice/environment
style as follows:
├── app1
│ ├── api
│ │ ├── dev
│ │ ├── prod
│ │ └── qa
│ └── webapp
│ ├── dev
│ ├── prod
│ └── qa
└── app2
├── api
│ ├── dev
│ ├── prod
│ └── qa
└── webapp
├── dev
├── prod
└── qa
When using s3 as a backend, what should I use when creating a new project (ie, project name and stack name) and how do I actually access the output from a different app?
I assume the stack name is just "dev", "prod" or "qa". What about project name?little-cartoon-10569
08/08/2023, 12:20 AMprehistoric-translator-89978
08/08/2023, 12:27 AMapp1_dev
app2_dev
is what I really dislike... But I guess I just chuck all services belonging to an app in the same project and be done with itlittle-cartoon-10569
08/08/2023, 12:30 AMprehistoric-translator-89978
08/08/2023, 12:32 AM