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

variable "bucket" {
    description = "Bucket name for lambda.(minus the environment prefix)"
    default = "lambda-find-assets-to-download"
}
