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

variable "service_name" {
  default = "frontend-stripo-custom-blocks"
}

variable "application_family" {
  default = "fansifter"
}
