File tree Expand file tree Collapse file tree 3 files changed +1
-24
lines changed Expand file tree Collapse file tree 3 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 25
25
"dependencies" : {
26
26
"all-contributors-cli" : " ^5.10.1" ,
27
27
"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"
30
29
},
31
30
"devDependencies" : {
32
31
"@tophat/eslint-config" : " ^0.1.4" ,
Original file line number Diff line number Diff line change @@ -2,12 +2,9 @@ service: all-contributors-bot
2
2
frameworkVersion : ' =1.35.1'
3
3
4
4
plugins :
5
- - serverless-api-gateway-caching
6
5
- serverless-offline # must be last
7
6
8
7
custom :
9
- apiGatewayCaching :
10
- enabled : true
11
8
stage : ${opt:stage, self:provider.stage}
12
9
appId :
13
10
dev : ' 23544'
@@ -53,6 +50,3 @@ functions:
53
50
path : /stats
54
51
method : get
55
52
cors : true
56
- caching :
57
- enabled : true
58
- ttlInSeconds : 3600
Original file line number Diff line number Diff line change @@ -3669,10 +3669,6 @@ lodash.isboolean@^3.0.3:
3669
3669
version "3.0.3"
3670
3670
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
3671
3671
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
-
3676
3672
lodash.isinteger@^4.0.4 :
3677
3673
version "4.0.4"
3678
3674
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
@@ -3721,10 +3717,6 @@ lodash.sortby@^4.7.0:
3721
3717
version "4.7.0"
3722
3718
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
3723
3719
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
-
3728
3720
lodash.uniq@^4.5.0 :
3729
3721
version "4.5.0"
3730
3722
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
5066
5058
parseurl "~1.3.2"
5067
5059
send "0.16.2"
5068
5060
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
-
5077
5061
serverless-offline@^4.0.0 :
5078
5062
version "4.0.0"
5079
5063
resolved "https://registry.yarnpkg.com/serverless-offline/-/serverless-offline-4.0.0.tgz#3ba9fe467ed6b7a0e4661160b2d7929bd5ca03df"
You can’t perform that action at this time.
0 commit comments