Skip to content

Commit bc4ffe8

Browse files
committed
[Tools] In tool used to update the lambda, emit a final success log line.
1 parent 481527e commit bc4ffe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_and_update_lambda.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ echo "Pushing private docker container..."
7575
docker push ${IMAGE}
7676
echo "Updating lambda..."
7777
aws lambda --region ${REGION} update-function-code --function-name ${LAMBDA_ARN} --image-uri ${IMAGE} --publish >/dev/null
78+
echo "Lambda updated"

0 commit comments

Comments
 (0)