variable "aws_region" {
  type        = string
  default     = "us-east-1"
  description = "The AWS region to create the repository in"
}

variable "lambda_function_names" {
  type        = list(string)
  description = "The names of the lambda functions to create repositories for"
  default     = ["lambda-playlists-spotify-raw-stream-transformer"]
}
