Skip to content

Commit

Permalink
updated handler path
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiq-dev committed Mar 10, 2024
1 parent 9b0b63e commit 65939a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ BUCKET_NAME=$(aws cloudformation describe-stacks --stack-name resume-storage | j

# Zip and upload the lambda to bucket
pushd .
cd lambda
zip -r resume-${VERSION}.zip handlers/resume.js
cd lambda/handlers
zip -r resume-${VERSION}.zip resume.js
aws s3 cp ./resume-${VERSION}.zip s3://${BUCKET_NAME}/lambda/
popd

Expand Down

0 comments on commit 65939a7

Please sign in to comment.