We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56876ec + 785d9c9 commit 0185a25Copy full SHA for 0185a25
terraform/modules/05.lambda/main.tf
@@ -300,7 +300,7 @@ resource "aws_lambda_event_source_mapping" "builder_sqs_trigger" {
300
batch_size = 1 # Processa 1 mensagem por vez
301
maximum_batching_window_in_seconds = 10 # Aguarda até 10 segundos para formar um lote
302
scaling_config {
303
- maximum_concurrency = 1
+ maximum_concurrency = 2
304
}
305
# Configurações de retry e erro
306
function_response_types = ["ReportBatchItemFailures"]
0 commit comments