From 2c2bcc435786c465aec5be907891bcd704a8741a Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 2 Mar 2026 15:56:57 +0000 Subject: [PATCH] quote the variable --- serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless.yml b/serverless.yml index 7465d9b4..c8fadfca 100644 --- a/serverless.yml +++ b/serverless.yml @@ -31,7 +31,7 @@ provider: ENGINE_SQS_URL: Ref: EngineQueue # hardcode the categorisation queue for now as it's created in terraform - CATEGORISATION_SQS_URL: https://sqs.eu-west-2.amazonaws.com/337213553626/categorisation-queue-dev + CATEGORISATION_SQS_URL: "https://sqs.eu-west-2.amazonaws.com/337213553626/categorisation-queue-dev" plugins: - serverless-python-requirements