maximum concurrency

This commit is contained in:
Jun-te Kim 2026-04-07 09:58:22 +00:00
parent 8d6be23084
commit 2c39f64731

View file

@ -37,6 +37,6 @@ variable "batch_size" {
variable "maximum_concurrency" {
type = number
default = 1
default = null
description = "Maximum number of concurrent Lambda invocations from SQS. null = no limit."
}