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 b55ed72 commit ac24992Copy full SHA for ac24992
terraform/modules/frontend/main.tf
@@ -19,6 +19,10 @@ resource "null_resource" "upload_frontend" {
19
20
locals {
21
api_cache_behaviors = {
22
+ "/api/v1/events*" = {
23
+ target_origin_id = "LambdaFunction",
24
+ cache_policy_id = "658327ea-f89d-4fab-a63d-7e88639e58f6"
25
+ },
26
"/api/v1/syncIdentity" = {
27
target_origin_id = "SlowLambdaFunction"
28
cache_policy_id = aws_cloudfront_cache_policy.no_cache.id
0 commit comments