File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ upload-streaming-lambda:
7373
7474QBUSINESS_LAMBDA_DIR := $(SOURCE_DIR ) /qbusiness-lambda
7575QBUSINESS_LAMBDA_ZIP := qbusiness-lambda-$(VERSION ) .zip
76- QBUSINESS_LAMBDA_RESOURCES_FILES := $(wildcard $(QBUSINESS_LAMBDA_DIR ) /* .js )
76+ QBUSINESS_LAMBDA_RESOURCES_FILES := $(wildcard $(QBUSINESS_LAMBDA_DIR ) /* .py )
7777
78- $(QBUSINESS_LAMBDA_ZIP ) : $(QBUSINESS_LAMBDA_DIR ) /index.js
78+ $(QBUSINESS_LAMBDA_ZIP ) : $(QBUSINESS_LAMBDA_DIR ) /index.py
7979 @echo " [INFO] Creating qbusiness Lambda zip file"
8080 zip -r -j " $( OUT) /$( QBUSINESS_LAMBDA_ZIP) " $(QBUSINESS_LAMBDA_DIR ) ;
8181
Original file line number Diff line number Diff line change 2626aws s3 cp out/src-$version .zip \
2727 " s3://${BOOTSTRAP_BUCKET_PATH} /src-$version .zip"
2828
29- aws s3 cp out/custom-resources-$version .zip \
30- " s3://${BOOTSTRAP_BUCKET_PATH} /custom-resources-$version .zip"
31-
3229aws s3 cp out/initiate-chat-lambda-$version .zip \
3330 " s3://${BOOTSTRAP_BUCKET_PATH} /initiate-chat-lambda-$version .zip"
3431
@@ -41,7 +38,7 @@ aws s3 cp out/qbusiness-lambda-$version.zip \
4138aws s3 sync --exclude " *" --include " *.yaml" \
4239 ../templates " s3://${BOOTSTRAP_BUCKET_PATH} /templates/"
4340
44- aws s3 cp out /layers.zip \
41+ aws s3 cp ..templates /layers.zip \
4542 " s3://${BOOTSTRAP_BUCKET_PATH} /layers.zip"
4643
4744echo " [INFO] master template: https://s3.amazonaws.com/${BOOTSTRAP_BUCKET_PATH} /templates/master.yaml"
You can’t perform that action at this time.
0 commit comments