Skip to content

Commit 9296617

Browse files
committed
Update some dependencies and release
1 parent 1fca053 commit 9296617

File tree

3 files changed

+2599
-3594
lines changed

3 files changed

+2599
-3594
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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",

src/cfn/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)