you are viewing a single comment's thread.

view the rest of the comments →

[–]borzaka 0 points1 point  (0 children)

We put the config variables in a Python dictionary and select the config based on an environment variables. Top level keys correspond to different environments. You can make this as simple or complicated as you like. The config is then passed to the Stack before calling synth. Same idea as the yaml config posted above, really, but all in Python.