Skip to content

Commit

Permalink
Fix zip file path when building lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikuoja committed Jan 26, 2024
1 parent 0ccccbf commit 83b3131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ update-lambda: update-db-manager
echo "All updated"

update-db-manager:
aws lambda update-function-code --function-name $(prefix)-db_manager --zip-file fileb://../database/db_manager.zip
aws lambda update-function-code --function-name $(prefix)-db_manager --zip-file fileb://../db_manager.zip

log-db-manager:
aws logs tail "/aws/lambda/$(prefix)-db_manager"
Expand Down

0 comments on commit 83b3131

Please sign in to comment.