From e00b857b7de2abd7cc93a28e056d696f8cccf5ab Mon Sep 17 00:00:00 2001 From: Kaja Thoresen Plaszko Date: Thu, 17 Oct 2024 11:09:31 +0200 Subject: [PATCH] kaja plaszko --- WorkshopBackend/OrderService/Controllers/OrderController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WorkshopBackend/OrderService/Controllers/OrderController.cs b/WorkshopBackend/OrderService/Controllers/OrderController.cs index e49adda..c7fd1bb 100644 --- a/WorkshopBackend/OrderService/Controllers/OrderController.cs +++ b/WorkshopBackend/OrderService/Controllers/OrderController.cs @@ -15,8 +15,8 @@ public class OrderController : ControllerBase private readonly IAmazonSQS _sqs; private readonly IAmazonSimpleNotificationService _sns; private readonly IAmazonEventBridge _eventBridge; - private readonly string _queueUrl = ""; // Format of https://.* - private readonly string _topicArn = ""; // Format of arn:aws.* + private readonly string _queueUrl = "https://sqs.eu-north-1.amazonaws.com/637423341661/kajaplaszkoOrderQueue"; // Format of https://.* + private readonly string _topicArn = "arn:aws:sns:eu-north-1:637423341661:kajaplaszkoOrderCreatedTopic"; // Format of arn:aws.* public OrderController() {