Feat: Adds parallel and async process to calls and ocr

This commit is contained in:
2026-03-11 17:14:47 -03:00
parent b7c0b92fa3
commit 08be8e314d
8 changed files with 193 additions and 1507 deletions

View File

@@ -1,7 +1,7 @@
variable "aws_region" {
description = "AWS region"
type = string
default = "us-east-1"
default = "us-east-2"
}
variable "app_name" {