From ae9b9fef8575e4d871aa602c9d74efa39030f089 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Thu, 11 Sep 2025 09:19:36 +0000 Subject: [PATCH] modified --- .../extractor_and_loader/extractor_and_loader_lambda.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployment/lambda/extractor_and_loader/extractor_and_loader_lambda.tf b/deployment/lambda/extractor_and_loader/extractor_and_loader_lambda.tf index dd37492..f7acdc3 100644 --- a/deployment/lambda/extractor_and_loader/extractor_and_loader_lambda.tf +++ b/deployment/lambda/extractor_and_loader/extractor_and_loader_lambda.tf @@ -28,7 +28,9 @@ resource "aws_iam_policy" "extractor_loader_policy" { Action = [ "sqs:ReceiveMessage", "sqs:DeleteMessage", - "sqs:GetQueueAttributes" + "sqs:GetQueueAttributes", + "sqs:GetQueueUrl", + "sqs:ChangeMessageVisibility" ], Resource = aws_sqs_queue.extractor_and_loader_queue.arn },