Skip to content

Commit 98c47de

Browse files
committed
fix: remove caching
1 parent 328acd2 commit 98c47de

File tree

3 files changed

+1
-24
lines changed

3 files changed

+1
-24
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"dependencies": {
2626
"all-contributors-cli": "^5.10.1",
2727
"compromise": "^11.13.0",
28-
"probot": "^8.0.0-octokit-16-preview",
29-
"serverless-api-gateway-caching": "^1.2.2"
28+
"probot": "^8.0.0-octokit-16-preview"
3029
},
3130
"devDependencies": {
3231
"@tophat/eslint-config": "^0.1.4",

serverless.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ service: all-contributors-bot
22
frameworkVersion: '=1.35.1'
33

44
plugins:
5-
- serverless-api-gateway-caching
65
- serverless-offline # must be last
76

87
custom:
9-
apiGatewayCaching:
10-
enabled: true
118
stage: ${opt:stage, self:provider.stage}
129
appId:
1310
dev: '23544'
@@ -53,6 +50,3 @@ functions:
5350
path: /stats
5451
method: get
5552
cors: true
56-
caching:
57-
enabled: true
58-
ttlInSeconds: 3600

yarn.lock

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3669,10 +3669,6 @@ lodash.isboolean@^3.0.3:
36693669
version "3.0.3"
36703670
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
36713671

3672-
lodash.isempty@^4.4.0:
3673-
version "4.4.0"
3674-
resolved "https://registry.yarnpkg.com/lodash.isempty/-/lodash.isempty-4.4.0.tgz#6f86cbedd8be4ec987be9aaf33c9684db1b31e7e"
3675-
36763672
lodash.isinteger@^4.0.4:
36773673
version "4.0.4"
36783674
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
@@ -3721,10 +3717,6 @@ lodash.sortby@^4.7.0:
37213717
version "4.7.0"
37223718
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
37233719

3724-
lodash.split@^4.4.0:
3725-
version "4.4.2"
3726-
resolved "https://registry.yarnpkg.com/lodash.split/-/lodash.split-4.4.2.tgz#a7f7bd9f37968b9312428e2f3ac3fb3173c4c3c6"
3727-
37283720
lodash.uniq@^4.5.0:
37293721
version "4.5.0"
37303722
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
@@ -5066,14 +5058,6 @@ [email protected]:
50665058
parseurl "~1.3.2"
50675059
send "0.16.2"
50685060

5069-
serverless-api-gateway-caching@^1.2.2:
5070-
version "1.2.2"
5071-
resolved "https://registry.yarnpkg.com/serverless-api-gateway-caching/-/serverless-api-gateway-caching-1.2.2.tgz#45a59eb4c2c86ebea2082bd0930099d2c335f626"
5072-
dependencies:
5073-
lodash.get "^4.4.2"
5074-
lodash.isempty "^4.4.0"
5075-
lodash.split "^4.4.0"
5076-
50775061
serverless-offline@^4.0.0:
50785062
version "4.0.0"
50795063
resolved "https://registry.yarnpkg.com/serverless-offline/-/serverless-offline-4.0.0.tgz#3ba9fe467ed6b7a0e4661160b2d7929bd5ca03df"

0 commit comments

Comments
 (0)