variable "environment" {
  description = "Available values: dev, qa, prod."
}

variable "lambda_arn" {
  description = "ARN of the lambda function to subscribe to the SNS topic."
}

variable "lambda_name" {
  description = "Name of the lambda function to subscribe to the SNS topic."
}

variable "sns_topic_name" {
  description = "Name of the SNS topic that the lambda function subscribes to."
}

