locals {
  buckets   = [for path in var.s3_paths : split("/", trimprefix(path, "s3://"))[0]]
  file_name = "s3_monitor_lambda"
}
