Skip to content

Commit

Permalink
update lambda function name
Browse files Browse the repository at this point in the history
Signed-off-by: tim-macphail <timothy.macphail@gmail.com>
  • Loading branch information
tim-macphail committed Sep 30, 2024
1 parent 9dfbf0f commit 70bf4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 70bf4b7

Please sign in to comment.