Skip to content

Commit 753d283

Browse files
committed
REGION_NAME
1 parent e4c99e6 commit 753d283

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lambdas/batch_processor_filter/src/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import os
22
from enum import StrEnum
33

4-
REGION_NAME = "eu-west-2"
54
AUDIT_TABLE_NAME = os.getenv("AUDIT_TABLE_NAME")
65
AUDIT_TABLE_FILENAME_GSI = os.getenv("FILE_NAME_GSI")
76
AUDIT_TABLE_QUEUE_NAME_GSI = os.getenv("QUEUE_NAME_GSI")

lambdas/batch_processor_filter/tests/test_lambda_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
)
2222

2323
with patch.dict("os.environ", MOCK_ENVIRONMENT_DICT):
24+
from common.clients import REGION_NAME
2425
from constants import (
2526
AUDIT_TABLE_FILENAME_GSI,
2627
AUDIT_TABLE_NAME,
2728
AUDIT_TABLE_QUEUE_NAME_GSI,
28-
REGION_NAME,
2929
AuditTableKeys,
3030
FileStatus,
3131
)

0 commit comments

Comments
 (0)