From 380522ff318766077e717735fd13f12a171eab0e Mon Sep 17 00:00:00 2001 From: aloftus23 Date: Wed, 4 Oct 2023 14:10:41 -0400 Subject: [PATCH] fix arn call --- backend/src/tasks/functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/tasks/functions.yml b/backend/src/tasks/functions.yml index afde85895..9cd391d7b 100644 --- a/backend/src/tasks/functions.yml +++ b/backend/src/tasks/functions.yml @@ -34,7 +34,7 @@ scanExecution: timeout: 300 # 5 minutes events: - sqs: - arn: ${self:custom.sqsEnvVar}.${self:provider.stage}.SQS_QUEUE_ARN + arn: ${file(env.yml):${self:provider.stage}.SQS_QUEUE_ARN batchSize: 5 # Number of messages the lambda can continue to process while a Fargate is still running updateScanTaskStatus: