2 lambda b ut 1 batch size

This commit is contained in:
Jun-te Kim 2026-04-07 10:54:17 +00:00
parent acbd0cfc35
commit 426d907ce7

View file

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