Skip to content

Commit 465ffee

Browse files
committed
cache subpaths too
1 parent ccfcae1 commit 465ffee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ Resources:
602602
Forward: none
603603
CachePolicyId: 658327ea-f89d-4fab-a63d-7e88639e58f6 # caching-optimized
604604
CacheBehaviors:
605-
- PathPattern: "/api/v1/events"
605+
- PathPattern: "/api/v1/events/*"
606606
TargetOriginId: ApiGatewayOrigin
607607
ViewerProtocolPolicy: redirect-to-https
608608
AllowedMethods:

0 commit comments

Comments
 (0)