Skip to content

Commit

Permalink
Merge pull request #18 from duquejo01/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
duquejo authored Sep 22, 2022
2 parents c12c8eb + eeedafa commit 393525b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"test:coverage": "jest --coverage --detectOpenHandles",
"prettier-format": "prettier --config .prettierrc src/**/*.ts --write",
"lint": "eslint --config .eslintrc . --ext .ts",
"serverless:local": "serverless invoke local -f recognitionRuntime --path api_request.json"
"serverless:local": "serverless invoke local -f recognitionRuntime --path api_request.json",
"serverless:deploy": "serverless deploy",
"serverless:remove": "serverless remove"
},
"keywords": [],
"author": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ provider:
disableDefaultEndpoint: true
minimumCompressionSize: 1024
apiKeys:
- value: authorizerKey
- value: g6zLfyQ3X6W2XuZzk4423pywV2uchpbKbHTMWNYEQsytAfnLPIXR6cwNxeGhQeyE
usagePlan:
quota:
limit: 5000
Expand Down

0 comments on commit 393525b

Please sign in to comment.