Skip to content

Commit 96c6f35

Browse files
committed
region
1 parent 5badee4 commit 96c6f35

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

filenameprocessor/src/clients.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
import redis
99
from boto3 import client as boto3_client, resource as boto3_resource
1010

11-
REGION_NAME = os.getenv("AWS_REGION")
12-
11+
REGION_NAME = os.getenv("AWS_REGION", "eu-west-2")
1312

1413
s3_client = boto3_client("s3", region_name=REGION_NAME)
1514
sqs_client = boto3_client("sqs", region_name=REGION_NAME)

0 commit comments

Comments
 (0)