10 address 2uprn

This commit is contained in:
Jun-te Kim 2026-02-18 12:23:29 +00:00
parent 546cc2a58f
commit c2196b6e0d

View file

@ -19,7 +19,7 @@ variable "image_digest" {
variable "maximum_concurrency" {
type = number
default = null
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."
}