We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87182b0 commit 193aa28Copy full SHA for 193aa28
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.2.2] - 2024-09-30
4
+### Changed
5
+- Use HTTP/3 and HTTP/3 for CloudFront distributions.
6
+
7
## [0.2.1] - 2024-02-28
8
### Fixed
9
- Fixed CloudFront Origin Shield region selection.
template.yml
@@ -350,6 +350,7 @@ Resources:
350
Properties:
351
DistributionConfig:
352
Enabled: true
353
+ HttpVersion: http2and3
354
Origins:
355
- DomainName: !Select
356
- 2
0 commit comments