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 cc37200 commit a241e73Copy full SHA for a241e73
cloudformation/main.yml
@@ -570,6 +570,7 @@ Resources:
570
- GET
571
- HEAD
572
CachePolicyId: 4135ea2d-6df8-44a3-9df3-4b5a84be39ad # caching disabled
573
+ OriginRequestPolicyId: b689b0a8-53d0-40ab-baf2-68738e2966ac # all except host - normally, you want to pass the host header but our setup is weird
574
ViewerCertificate:
575
AcmCertificateArn: !FindInMap
576
- ApiGwConfig
@@ -581,6 +582,7 @@ Resources:
581
582
- ErrorCode: 403
583
ResponseCode: 200
584
ResponsePagePath: /index.html
585
+ ErrorCachingMinTTL: 0
586
HttpVersion: http2
587
PriceClass: PriceClass_100
588
0 commit comments