You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it's an open-ended question. Recently I created my infra using CDK. Now what I am looking for is how to make it configurable, like is there any kind of template or something which can be passed on to the User which they can fill in and my cdk script can create the infrastructure as per the user input configuration, so that each time I dont have to ask USER for the desired configuration.
In case if there is not any template, what would be the best possible way to do this.
What I am planning to do is:
One GUI which will accept the parameters.
The data from Gui to be converted into some yaml or Json or something
Then make that yaml/Json configurable in the code.
It looks a bit complicated process to me. Some help or reference in case someone has or is trying to achieve the same thing would be appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
0
I know it's an open-ended question. Recently I created my infra using CDK. Now what I am looking for is how to make it configurable, like is there any kind of template or something which can be passed on to the User which they can fill in and my cdk script can create the infrastructure as per the user input configuration, so that each time I dont have to ask USER for the desired configuration.
In case if there is not any template, what would be the best possible way to do this.
What I am planning to do is:
One GUI which will accept the parameters.
The data from Gui to be converted into some yaml or Json or something
Then make that yaml/Json configurable in the code.
It looks a bit complicated process to me. Some help or reference in case someone has or is trying to achieve the same thing would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions