Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
craigzour committed Apr 3, 2024
1 parent e162faa commit 2fb6fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-code/deploy-lambda-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for lambdaFolderPath in $basedir/*/; do
docker tag $repositoryName $ecrRepositoryAddress/$repositoryName
docker push $ecrRepositoryAddress/$repositoryName

printf "${yellowColor}=> Attempting to request ${lambdaName} Lambda function to use new image. It can fail if the Lambda function is not deployed yet.${reset}\n"
printf "${yellowColor}=> Requesting ${lambdaName} Lambda function to use new image. It can fail if the Lambda function is not deployed yet.${reset}\n"

awslocal lambda update-function-code --function-name clem --image-uri $ecrRepositoryAddress/$repositoryName > /dev/null || continue
fi
Expand Down

0 comments on commit 2fb6fc5

Please sign in to comment.