Skip to content

Commit 68a2376

Browse files
committed
Disable
1 parent 500b5ae commit 68a2376

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

serverless.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ functions:
3333
events:
3434
- http: ANY /
3535
- http: ANY /{proxy+}
36-
handler:
37-
handler: handler.hello
38-
timeout: 300
39-
memorySize: 512
40-
events:
41-
- schedule: cron(0/15 18-21 ? * * *)
42-
warm_up:
43-
handler: warm_up.handler
44-
timeout: 300
45-
memorySize: 512
46-
events:
47-
- schedule: cron(0/5 * ? * * *)
48-
environment:
49-
BASE_URL: { "Fn::Join" : ["", [" https://", { "Ref" : "ApiGatewayRestApi" }, ".execute-api.${self:custom.region}.amazonaws.com/${self:custom.stage}" ] ] }
36+
# handler:
37+
# handler: handler.hello
38+
# timeout: 300
39+
# memorySize: 512
40+
# events:
41+
# - schedule: cron(0/15 18-21 ? * * *)
42+
# warm_up:
43+
# handler: warm_up.handler
44+
# timeout: 300
45+
# memorySize: 512
46+
# events:
47+
# - schedule: cron(0/5 * ? * * *)
48+
# environment:
49+
# BASE_URL: { "Fn::Join" : ["", [" https://", { "Ref" : "ApiGatewayRestApi" }, ".execute-api.${self:custom.region}.amazonaws.com/${self:custom.stage}" ] ] }
5050

5151
plugins:
5252
- serverless-python-requirements

0 commit comments

Comments
 (0)