From 8700286aef5ea0bda3279ee73f40d0cb63b8b4cf Mon Sep 17 00:00:00 2001 From: Will Freeman Date: Thu, 4 Dec 2025 22:33:05 -0700 Subject: [PATCH] 1 hour rate --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index c243543..43fe22d 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -14,7 +14,7 @@ module "alpr_cache" { module_name = "alpr_cache" source = "./modules/alpr_cache" deflock_cdn_bucket = var.deflock_cdn_bucket - rate = "rate(30 minutes)" + rate = "rate(1 hour)" sns_topic_arn = aws_sns_topic.lambda_alarms.arn }