It would be nice if there would be an option to use several parameter files:
Our stacks belong to an application and an environmet - so i have a lot of parameters that are identical for the whole application (and all their stacks), some are the same for each stack of an environment and only some are stack specific.
So it would be nice to have a parameter file for all parameters that are shared by all stacks for the application, the environment and then for each stack. They could simple be merged together.
I thought of a custom parameter resolver for this - but i think merging them together would be more easy.