refactor terraform modules, add clustering lambda (#4)

This commit is contained in:
Will Freeman
2024-11-25 17:57:15 -06:00
committed by GitHub
parent cf4b93092f
commit a13b48af5b
16 changed files with 293 additions and 1057 deletions
@@ -0,0 +1,16 @@
variable "module_name" {
description = "Name of the module"
}
variable "output_filename" {
description = "Filename for the ALPR clusters JSON file"
default = "alpr_clusters.json"
}
variable "deflock_stats_bucket" {
description = "S3 bucket for the ALPR clusters JSON file"
}
variable "rate" {
description = "Rate at which to run the Lambda function"
}