Skip to content

Commit

Permalink
fix arn call
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Oct 4, 2023
1 parent b4169d6 commit 380522f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/tasks/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 380522f

Please sign in to comment.