Is it possible to create a custom Appsody stack based at runtime based on some input paramteres from the user.
For example, one user may request "A" dependency and second user may request "B and C" dependencies and third user may need "A and C" dependencies.
So, Can I paramaterized the creation of my custome stack to be based on each user requirements? "as a runtime custom stack creation".