maximum concurrency

This commit is contained in:
Jun-te Kim 2026-04-07 09:59:41 +00:00
parent 2c39f64731
commit 469401aabd

View file

@ -9,6 +9,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."
}