diff --git a/Makefile b/Makefile index 450a21e..e403107 100644 --- a/Makefile +++ b/Makefile @@ -61,4 +61,5 @@ publish-dev: dist-dev ## Build, tag and push (intended for developer-based manua update-lambda-dev: ## Updates the lambda with whatever is the most recent image in the ecr (intended for developer-based manual update) aws lambda update-function-code \ --function-name $(FUNCTION_DEV) \ - --image-uri $(ECR_URL_DEV):latest \ No newline at end of file + --image-uri $(ECR_URL_DEV):latest +