disable query string behaviour caching as caching time is set to 0

This commit is contained in:
Daniel Roth 2026-03-16 16:06:20 +00:00
parent 23aaa46a5e
commit 98ad7d1d7c

View file

@ -15,7 +15,7 @@ resource "aws_cloudfront_cache_policy" "api" {
}
query_strings_config {
query_string_behavior = "all"
query_string_behavior = "none"
}
}
}