diff --git a/Screenshot 2024-10-17 140743.png b/Screenshot 2024-10-17 140743.png new file mode 100644 index 0000000..6d8f7f7 Binary files /dev/null and b/Screenshot 2024-10-17 140743.png differ diff --git a/Screenshot 2024-10-17 140923.png b/Screenshot 2024-10-17 140923.png new file mode 100644 index 0000000..cda3fc7 Binary files /dev/null and b/Screenshot 2024-10-17 140923.png differ diff --git a/WorkshopBackend/OrderService/Controllers/OrderController.cs b/WorkshopBackend/OrderService/Controllers/OrderController.cs index e49adda..483a492 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/alikhanOrderQueue"; // Format of https://.* + private readonly string _topicArn = "arn:aws:sns:eu-north-1:637423341661:alikhanOrderCreatedTopic"; // Format of arn:aws.* public OrderController() {