From 899f722a07a34b8c2c2671372d7ccfd090a43911 Mon Sep 17 00:00:00 2001 From: David Deal Date: Thu, 31 Aug 2023 07:30:39 -0700 Subject: [PATCH] CI/CD - Fixed Serverless Variable Reference Issue (#4116) --- cla-backend/serverless.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cla-backend/serverless.yml b/cla-backend/serverless.yml index 84f1890cb..64320c3cd 100644 --- a/cla-backend/serverless.yml +++ b/cla-backend/serverless.yml @@ -123,9 +123,10 @@ provider: ecr: # In this section you can define images that will be built locally and uploaded to ECR + # Ref: https://www.serverless.com/framework/docs/providers/aws/guide/serverless.yml#docker-image-deployments-in-ecr images: easyclaPythonAppImage: - uri: ${self:custom.ecr_img.${sls:stage} + uri: ${self:custom.ecr_img.${sls:stage}} apiGateway: # https://www.serverless.com/framework/docs/deprecations/#AWS_API_GATEWAY_NAME_STARTING_WITH_SERVICE