mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add concurrency to categorisation lambda
This commit is contained in:
parent
eea435d641
commit
5680defa59
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ variable "image_digest" {
|
|||
description = "Image digest (sha256:...)"
|
||||
}
|
||||
|
||||
variable "maximum_concurrency" {
|
||||
type = number
|
||||
default = 10 # null if you don't want to set it for this handler
|
||||
description = "Maximum number of concurrent Lambda invocations from SQS (2-1000). null = no limit."
|
||||
}
|
||||
|
||||
locals {
|
||||
image_uri = "${var.ecr_repo_url}@${var.image_digest}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue