Skip to content

Commit

Permalink
chore: change lambda memory size to 128
Browse files Browse the repository at this point in the history
  • Loading branch information
shuowu committed Jul 3, 2020
1 parent 41439f7 commit 37c6215
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"packages": [
"packages/*"
],
"bootstrap": {
"ignore": ["@yi-note/oauth-api"]
},
"version": "independent"
}
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"version": "1.0.0",
"description": "YiNote monorepo",
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"clean": "lerna clean",
"start": "lerna run start:dev --parallel",
"dev:firefox": "lerna run dev:firefox --parallel",
"build": "lerna run build",
"build:ext:chromium": "lerna run --scope=@yi-note/extension build:chromium",
"build:ext:firefox": "lerna run --scope=@yi-note/extension build:firefox",
"bootstrap": "lerna bootstrap --hoist"
"ext:build:chromium": "lerna run --scope=@yi-note/extension build:chromium",
"ext:build:firefox": "lerna run --scope=@yi-note/extension build:firefox",
"ext:dev:firefox": "lerna run dev:firefox --parallel"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/oauth-api/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins:
provider:
name: aws
runtime: nodejs12.x
memorySize: 128

functions:
evernoteAuthorizeUrl:
Expand Down

0 comments on commit 37c6215

Please sign in to comment.