data "aws_s3_bucket" "static_notifications_s3_bucket" {
  bucket = "${local.name_prefix}-static-notifications"
}

