variable "environment" {
  description = "Name of the environment, e.g. dev, qa, prod"
  default     = "qa"
}

variable "lambda_function_name" {
  description = "Name of the lambda function"
  default     = "new-release-json-blaster"
}

variable "api_gateway_instance_name" {
  description = "Name of the api gateway"
  default     = "new-release-json-blaster"
}
