variable "environment" {
  default = "prod"
}

variable "aws_region" {
  default = "us-east-1"
}

variable "lambda_name" {
  default = "maxwell-cloudsearch-two"
}

variable "application_family" {
  default = "data-platform"
}

variable "team_name" {
  default = "data-platform"
}

variable "kinesis_stream_name" {
  default = "prod-maxwell-cloudsearch"
}

# todo: change this to data-platform-alerts once this is verified.
variable "notification_endpoint" {
  type        = string
  description = "Endpoints for notifications. Can be email, slack, pagerduty, etc"
  default     = "@slack-kafka-data-highway-alerts"
}
