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 47a8ec0 commit f501c36Copy full SHA for f501c36
cloudformation/main.yml
@@ -602,6 +602,28 @@ Resources:
602
Forward: none
603
CachePolicyId: 658327ea-f89d-4fab-a63d-7e88639e58f6 # caching-optimized
604
CacheBehaviors:
605
+ - PathPattern: "/api/v1/events"
606
+ TargetOriginId: ApiGatewayOrigin
607
+ ViewerProtocolPolicy: redirect-to-https
608
+ AllowedMethods:
609
+ - GET
610
+ - HEAD
611
+ - OPTIONS
612
+ - PUT
613
+ - POST
614
+ - DELETE
615
+ - PATCH
616
+ CachedMethods:
617
618
619
+ ForwardedValues:
620
+ QueryString: true
621
+ QueryStringCacheKeys:
622
+ - host
623
+ - ts
624
+ - upcomingOnly
625
+ Cookies:
626
+ Forward: none
627
- PathPattern: "/api/v1/events/*"
628
TargetOriginId: ApiGatewayOrigin
629
ViewerProtocolPolicy: redirect-to-https
0 commit comments