diff --git a/.aws/task-definition-template.json b/.aws/task-definition-template.json
index 3aa0c0b7..2662314e 100644
--- a/.aws/task-definition-template.json
+++ b/.aws/task-definition-template.json
@@ -111,7 +111,7 @@
},
{
"name": "AWS_SQS_QUEUE_URL",
- "valueFrom": "sqs-queue-url-sync-${environment}"
+ "valueFrom": "/tis/trainee/sync/${environment}/queue-url-fifo"
},
{
"name": "RABBITMQ_HOST",
diff --git a/pom.xml b/pom.xml
index 8ce5e9e1..8957a374 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
uk.nhs.tis
sync
- 1.21.1
+ 1.21.2
jar
sync
Separate Microservice for synchronisation