Commit bf8a8cc
committed
fix: add aws-eusc partition support, remove original_template_dict from Stack.__eq__
- Add eusc- region prefix handling to derive_partition (aws-eusc) and
derive_url_suffix (amazonaws.eu) for the AWS European Sovereign Cloud
- Revert us-iso-/us-isob- ADC partition branches — not supported
elsewhere in the SAM CLI codebase
- Remove original_template_dict from Stack.__eq__ — it is operational
metadata for deployment, not part of the stack's semantic identity.
Including it caused stacks created via different code paths to compare
as unequal even when semantically identical1 parent f002236 commit bf8a8cc
2 files changed
Lines changed: 4 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 34 | + | |
| 35 | + | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 44 | + | |
| 45 | + | |
50 | 46 | | |
51 | 47 | | |
52 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
728 | 728 | | |
729 | 729 | | |
730 | 730 | | |
731 | | - | |
732 | 731 | | |
733 | 732 | | |
734 | 733 | | |
| |||
0 commit comments