File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments