Skip to content

Commit

Permalink
Remove handler again
Browse files Browse the repository at this point in the history
  • Loading branch information
selmaohneh-draeger committed Dec 11, 2023
1 parent b54bc27 commit b3ec07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:

- name: Deploy to AWS Lambda
run: |
aws lambda update-function-code --function-name ${{ matrix.project }} --handler FunctionHandler --zip-file fileb://${{ matrix.project }}.zip
aws lambda update-function-code --function-name ${{ matrix.project }} --zip-file fileb://${{ matrix.project }}.zip

0 comments on commit b3ec07c

Please sign in to comment.