cdk-stacksets
cdk-stacksets copied to clipboard
feat: parameters property in StackSet construct
Before this change, the StackSet construct supported only per-target parameter overrides. This is not sufficient to pass parameters to a stack template; parameters have to be set before they can be overridden per target -- see https://github.com/cdklabs/cdk-stacksets/issues/115.
Hey @kaizencc, absolutely no worries - still interested in contributing this and will update with your comments addressed :-)