We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a388e1 commit c8cf01bCopy full SHA for c8cf01b
1 file changed
.github/workflows/deploy-to-lambda.yml
@@ -46,7 +46,7 @@ jobs:
46
cd $HATCH_SITE_PACKAGES_DIR
47
zip -r $build_file *
48
cd ${{ github.workspace }}
49
- cp $build_file ${{ github.workspace }}
+ cp $build_file ${{ github.workspace }}/deploy.zip
50
shell: bash
51
52
- name: Publish to Github
@@ -62,7 +62,7 @@ jobs:
62
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
63
aws_region: us-east-1
64
function_name: solesearch-api
65
- zip_file: $build_file
+ zip_file: deploy.zip
66
timeout: 10
67
handler: api.main.handler
68
runtime: python3.12
0 commit comments