maximum concurrency

This commit is contained in:
Jun-te Kim 2026-04-07 09:56:38 +00:00
parent 959867f5ee
commit 8d6be23084
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ variable "image_digest" {
variable "maximum_concurrency" {
type = number
default = 1
default = null
description = "Maximum number of concurrent Lambda invocations from SQS (2-1000). null = no limit."
}

View file

@ -19,7 +19,7 @@ variable "image_digest" {
variable "maximum_concurrency" {
type = number
default = 1
default = null
description = "Maximum number of concurrent Lambda invocations from SQS (2-1000). null = no limit."
}