variable "sourcecode_zip_path" {
  type = string
}

variable "access_key" {
  type = string
}

variable "secret_key" {
  type = string
}

variable "region" {
  type = string
}

variable "name" {
  type = string
}

variable "memory" {
  type = number
}

variable "runtime_version" {
  type = string
}
