Skip to content

Commit

Permalink
Merge pull request #30 from aws-samples/update-release
Browse files Browse the repository at this point in the history
Update some dependencies and release
  • Loading branch information
matteofigus authored Jun 16, 2021
2 parents 1fca053 + 9296617 commit 8b0d601
Show file tree
Hide file tree
Showing 3 changed files with 2,599 additions and 3,594 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "npm run webui-build && npm run cfn-build && npm run webui-package",
"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",
"cfn-copy-lambda": "cp -R src/functions ./backend/",
"cfn-package":"aws cloudformation package --template-file templates/template.yaml --s3-bucket $CFN_BUCKET --output-template-file templates/packaged.yaml",
"cfn-package": "aws cloudformation package --template-file templates/template.yaml --s3-bucket $CFN_BUCKET --output-template-file templates/packaged.yaml",
"cfn-ensure-dist": "if [ ! -d './templates' ]; then mkdir templates; fi",
"cfn-lambdas-dist": "if [ ! -d './backend/functions/' ]; then mkdir -p backend/functions/; fi",
"cfn-test-local": "npm run cfn-build && rain deploy templates/template.yaml VirtualProctorLocal -r eu-west-1",
Expand Down
2 changes: 1 addition & 1 deletion src/cfn/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Globals:
MIN_CONFIDENCE: !Ref MinConfidence
OBJECTS_OF_INTEREST_LABELS: !Join [",", !Ref ObjectsOfInterestLabels]
REGION: !Ref AWS::Region
VERSION: '1.4'
VERSION: '1.5'
Api:
EndpointConfiguration: REGIONAL
Cors:
Expand Down
Loading

0 comments on commit 8b0d601

Please sign in to comment.