hubspot etl 20 in parrell

This commit is contained in:
Jun-te Kim 2026-06-19 11:07:30 +00:00
parent 37b0a38425
commit 360e069386

View file

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