Skip to content

Commit d392d68

Browse files
authored
Update setup.sh
1 parent 632beaa commit d392d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/code/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ zip -r lambda_function.zip barcode-qr-decoder-lambda/src/code/lambda_function.py
5252
#aws s3 sync . s3://$BUCKET_NAME/BarcodeQRDecoder/qr-reader/assets --exclude="*" --exclude=".c9*" --include="*layer.zip" --include="lambda_function.zip"
5353
#aws s3 sync . s3://$BUCKET_NAME/BarcodeQRDecoder/qr-reader/assets --include="*.zip"
5454

55-
aws s3 cp barcode_layer_py39.zip s3://$BUCKET_NAME/BarcodeQRDecoder/qr-reader/assets
56-
aws s3 cp lambda_function.zip s3://$BUCKET_NAME/BarcodeQRDecoder/qr-reader/assets
55+
aws s3 cp barcode_layer_py39.zip s3://$BUCKET_NAME/BarcodeQRDecoder/qr-reader/assets/
56+
aws s3 cp lambda_function.zip s3://$BUCKET_NAME/BarcodeQRDecoder/qr-reader/assets/
5757

5858

5959
#delete generated lambda layers after uploaded to S3 to clean curent directory

0 commit comments

Comments
 (0)