Skip to content

Commit

Permalink
CI/CD - Fixed Serverless Variable Reference Issue (#4116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dealako authored Aug 31, 2023
1 parent 506338c commit 899f722
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cla-backend/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 899f722

Please sign in to comment.