Commit e2987eb
authored
feat(route53-patterns):
### Issue # (if applicable)
Closes #31546
### Reason for this change
`CloudFrontWebDistribution` is deprecated
### Description of changes
`HttpsRedirect` use `Distribution` instead of deprecated `CloudFrontWebDistribution` under feature flag
Please check template comments for explanation on each removed param:
- Most of them are safe to remove since most are default
- `ForwardedValues` is deprecated and replaced by `CachePolicyId`
Extra:
- Fix SecurityGuardian BucketEncryption of 2 related integs
### Description of how you validated changes
Unit + Integ
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*HttpsRedirect use Distribution as the default CloudFront distribution (under feature flag) (#34312)1 parent adddfd0 commit e2987eb
File tree
23 files changed
+1402
-557
lines changed- packages
- @aws-cdk-testing/framework-integ/test/aws-route53-patterns/test
- integ.hosted-redirect-same-region.js.snapshot
- integ.hosted-redirect.js.snapshot
- aws-cdk-lib
- aws-route53-patterns
- lib
- test
- cx-api
- lib
23 files changed
+1402
-557
lines changedLines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
32 | 41 | | |
33 | 42 | | |
34 | 43 | | |
| |||
45 | 54 | | |
46 | 55 | | |
47 | 56 | | |
48 | | - | |
| 57 | + | |
49 | 58 | | |
50 | 59 | | |
51 | 60 | | |
| |||
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 66 | + | |
65 | 67 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 68 | + | |
73 | 69 | | |
74 | 70 | | |
75 | 71 | | |
| |||
78 | 74 | | |
79 | 75 | | |
80 | 76 | | |
81 | | - | |
82 | | - | |
83 | 77 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | 78 | | |
88 | | - | |
89 | 79 | | |
90 | 80 | | |
91 | 81 | | |
| |||
106 | 96 | | |
107 | 97 | | |
108 | 98 | | |
109 | | - | |
| 99 | + | |
110 | 100 | | |
111 | 101 | | |
112 | 102 | | |
113 | 103 | | |
114 | 104 | | |
115 | 105 | | |
116 | 106 | | |
| 107 | + | |
117 | 108 | | |
118 | 109 | | |
119 | 110 | | |
| |||
122 | 113 | | |
123 | 114 | | |
124 | 115 | | |
125 | | - | |
126 | | - | |
127 | 116 | | |
128 | 117 | | |
129 | 118 | | |
130 | | - | |
| 119 | + | |
131 | 120 | | |
132 | 121 | | |
133 | 122 | | |
| |||
141 | 130 | | |
142 | 131 | | |
143 | 132 | | |
144 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
145 | 136 | | |
146 | 137 | | |
147 | 138 | | |
148 | 139 | | |
149 | 140 | | |
150 | | - | |
151 | | - | |
152 | 141 | | |
153 | 142 | | |
154 | 143 | | |
155 | | - | |
| 144 | + | |
156 | 145 | | |
157 | 146 | | |
158 | 147 | | |
| |||
166 | 155 | | |
167 | 156 | | |
168 | 157 | | |
169 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
170 | 161 | | |
171 | 162 | | |
172 | 163 | | |
| |||
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments