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
fix: ensure StackSets update when template content changes (#102)
CI uploads new templates to S3 but StackSets were never updated because
the templateUrl property (a fixed S3 URL) never changed. Append a
content hash query parameter so CDK detects the diff and triggers
UpdateStackSet.
0 commit comments