Skip to content

Commit

Permalink
CMR-10254: add debugging for deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
eereiter committed Feb 5, 2025
1 parent 9c7c297 commit 34a94db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subscription/src/subscription_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ def poll_queue(running):
sqs_client = boto3.client("sqs", region_name=AWS_REGION)
sns_resource = boto3.resource("sns", region_name=AWS_REGION)
sns_client = Sns(sns_resource)
topic = sns_client.create_topic(SNS_NAME)
logger.info(f"The passed in topic name is {SNS_NAME}")
topic = sns_client.create_topic(SNS_NAME)


access_control = AccessControl()
while running.value:
Expand Down

0 comments on commit 34a94db

Please sign in to comment.