@@ -678,6 +678,7 @@ Resources:
678
678
Type : AWS::CloudFront::Distribution
679
679
Properties :
680
680
DistributionConfig :
681
+ HttpVersion : ' http2and3'
681
682
Origins :
682
683
- Id : S3WebsiteOrigin
683
684
DomainName : !GetAtt AppFrontendS3Bucket.RegionalDomainName
@@ -699,6 +700,7 @@ Resources:
699
700
- UiDomainName
700
701
701
702
DefaultCacheBehavior :
703
+ Compress : true
702
704
TargetOriginId : S3WebsiteOrigin
703
705
ViewerProtocolPolicy : redirect-to-https
704
706
AllowedMethods :
@@ -732,6 +734,7 @@ Resources:
732
734
- HEAD
733
735
CachePolicyId : !Ref CloudfrontCachePolicy
734
736
OriginRequestPolicyId : 216adef6-5c7f-47e4-b989-5492eafa07d3
737
+ Compress : true
735
738
- PathPattern : " /api/v1/organizations"
736
739
TargetOriginId : ApiGatewayOrigin
737
740
ViewerProtocolPolicy : redirect-to-https
@@ -748,6 +751,7 @@ Resources:
748
751
- HEAD
749
752
CachePolicyId : " 658327ea-f89d-4fab-a63d-7e88639e58f6"
750
753
OriginRequestPolicyId : 216adef6-5c7f-47e4-b989-5492eafa07d3
754
+ Compress : true
751
755
- PathPattern : " /api/documentation*"
752
756
TargetOriginId : ApiGatewayOrigin
753
757
ViewerProtocolPolicy : redirect-to-https
@@ -764,6 +768,7 @@ Resources:
764
768
- HEAD
765
769
CachePolicyId : " 658327ea-f89d-4fab-a63d-7e88639e58f6"
766
770
OriginRequestPolicyId : 216adef6-5c7f-47e4-b989-5492eafa07d3
771
+ Compress : true
767
772
- PathPattern : " /api/*"
768
773
TargetOriginId : ApiGatewayOrigin
769
774
ViewerProtocolPolicy : redirect-to-https
@@ -780,14 +785,14 @@ Resources:
780
785
- HEAD
781
786
CachePolicyId : 4135ea2d-6df8-44a3-9df3-4b5a84be39ad # caching disabled
782
787
OriginRequestPolicyId : 216adef6-5c7f-47e4-b989-5492eafa07d3
788
+ Compress : true
783
789
ViewerCertificate :
784
790
AcmCertificateArn : !FindInMap
785
791
- ApiGwConfig
786
792
- !Ref RunEnvironment
787
793
- EnvCertificateArn
788
794
MinimumProtocolVersion : TLSv1.2_2021
789
795
SslSupportMethod : sni-only
790
- HttpVersion : http2
791
796
PriceClass : PriceClass_100
792
797
793
798
AppFrontendS3BucketPolicy :
@@ -860,6 +865,7 @@ Resources:
860
865
Type : AWS::CloudFront::Distribution
861
866
Properties :
862
867
DistributionConfig :
868
+ HttpVersion : ' http2and3'
863
869
Origins :
864
870
- Id : ApiGatewayOrigin
865
871
DomainName : !Sub "${AppApiGateway}.execute-api.${AWS::Region}.amazonaws.com"
@@ -878,6 +884,7 @@ Resources:
878
884
- !Ref RunEnvironment
879
885
- EnvDomainName
880
886
DefaultCacheBehavior :
887
+ Compress : true
881
888
TargetOriginId : ApiGatewayOrigin
882
889
ViewerProtocolPolicy : redirect-to-https
883
890
AllowedMethods :
@@ -904,7 +911,6 @@ Resources:
904
911
- EnvCertificateArn
905
912
MinimumProtocolVersion : TLSv1.2_2021
906
913
SslSupportMethod : sni-only
907
- HttpVersion : http2
908
914
PriceClass : PriceClass_100
909
915
910
916
LinkryRecordsCloudfrontStore :
@@ -962,6 +968,7 @@ Resources:
962
968
Type : AWS::CloudFront::Distribution
963
969
Properties :
964
970
DistributionConfig :
971
+ HttpVersion : ' http2and3'
965
972
Enabled : true
966
973
DefaultCacheBehavior :
967
974
ViewerProtocolPolicy : redirect-to-https
@@ -993,7 +1000,6 @@ Resources:
993
1000
- EnvCertificateArn
994
1001
MinimumProtocolVersion : TLSv1.2_2021
995
1002
SslSupportMethod : sni-only
996
- HttpVersion : http2
997
1003
PriceClass : PriceClass_100
998
1004
999
1005
LinkryDomainProxy :
0 commit comments