From 70bf4b76f9ef251ec80b5f035cc51e8c9ab37667 Mon Sep 17 00:00:00 2001 From: tim-macphail Date: Mon, 30 Sep 2024 11:57:01 -0600 Subject: [PATCH] update lambda function name Signed-off-by: tim-macphail --- server/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/deploy.sh b/server/deploy.sh index 8074bbc2..b2128706 100755 --- a/server/deploy.sh +++ b/server/deploy.sh @@ -23,5 +23,5 @@ echo $fingerprint # Update the lambda function with the new image aws lambda update-function-code \ - --function-name test-docker \ + --function-name lifeline-server \ --image-uri 452130394449.dkr.ecr.us-west-2.amazonaws.com/lifeline-server@$fingerprint