File tree Expand file tree Collapse file tree 3 files changed +2599
-3594
lines changed
Expand file tree Collapse file tree 3 files changed +2599
-3594
lines changed Original file line number Diff line number Diff line change 66 "build" : " npm run webui-build && npm run cfn-build && npm run webui-package" ,
77 "cfn-build" : " npm run cfn-ensure-dist && cfn-flip -c -n -l src/cfn/template.yaml templates/template.yaml && npm run cfn-lambdas-dist && npm run cfn-copy-lambda" ,
88 "cfn-copy-lambda" : " cp -R src/functions ./backend/" ,
9- "cfn-package" :" aws cloudformation package --template-file templates/template.yaml --s3-bucket $CFN_BUCKET --output-template-file templates/packaged.yaml" ,
9+ "cfn-package" : " aws cloudformation package --template-file templates/template.yaml --s3-bucket $CFN_BUCKET --output-template-file templates/packaged.yaml" ,
1010 "cfn-ensure-dist" : " if [ ! -d './templates' ]; then mkdir templates; fi" ,
1111 "cfn-lambdas-dist" : " if [ ! -d './backend/functions/' ]; then mkdir -p backend/functions/; fi" ,
1212 "cfn-test-local" : " npm run cfn-build && rain deploy templates/template.yaml VirtualProctorLocal -r eu-west-1" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Globals:
1414 MIN_CONFIDENCE : !Ref MinConfidence
1515 OBJECTS_OF_INTEREST_LABELS : !Join [",", !Ref ObjectsOfInterestLabels]
1616 REGION : !Ref AWS::Region
17- VERSION : ' 1.4 '
17+ VERSION : ' 1.5 '
1818 Api :
1919 EndpointConfiguration : REGIONAL
2020 Cors :
You can’t perform that action at this time.
0 commit comments