We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4646c commit 1c13ec5Copy full SHA for 1c13ec5
1 file changed
.github/workflows/deploy-app.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Package Lambda function
41
run: |
42
cd src/handler
43
- zip -r ../../deployment.zip . -x "*.git*" -x "node_modules/aws-sdk/*"
+ zip -r ../../deployment.zip .
44
45
- name: Get artifacts bucket name
46
id: bucket
0 commit comments