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 fe200e1 commit 888eaaaCopy full SHA for 888eaaa
cloudformation/main.yml
@@ -736,6 +736,22 @@ Resources:
736
- HEAD
737
CachePolicyId: !Ref CloudfrontCachePolicy
738
OriginRequestPolicyId: 216adef6-5c7f-47e4-b989-5492eafa07d3
739
+ - PathPattern: "/api/v1/organizations"
740
+ TargetOriginId: ApiGatewayOrigin
741
+ ViewerProtocolPolicy: redirect-to-https
742
+ AllowedMethods:
743
+ - GET
744
+ - HEAD
745
+ - OPTIONS
746
+ - PUT
747
+ - POST
748
+ - DELETE
749
+ - PATCH
750
+ CachedMethods:
751
752
753
+ CachePolicyId: "658327ea-f89d-4fab-a63d-7e88639e58f6"
754
+ OriginRequestPolicyId: 216adef6-5c7f-47e4-b989-5492eafa07d3
755
- PathPattern: "/api/documentation*"
756
TargetOriginId: ApiGatewayOrigin
757
ViewerProtocolPolicy: redirect-to-https
0 commit comments