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

variable "lambda_function_names" {
  description = "List of lambda function names"
  type        = list(string)
  default = [
    "lambda-songwhip-api-sqs-processor",
    "lambda-songwhip-mediaconvert-trigger",
    "lambda-songwhip-mediaconvert-status",
    "lambda-songwhip-presaves-spotify",
    "lambda-songwhip-presaves-apple-music",
    "lambda-songwhip-presaves-deezer",
    "lambda-songwhip-presaves-amazon-music",
    "lambda-songwhip-presaves-test",
    "lambda-songwhip-presaves-email",
    "lambda-songwhip-presaves-results-forwarder",
    "lambda-songwhip-presaves-execution-sync"
  ]
}
