Skip to content

Commit

Permalink
Revert new lambdas
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Sep 1, 2024
1 parent 66a51ee commit 4a38fb3
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,22 +155,22 @@ functions:
memorySize: 2000
events:
- schedule: cron(0 0 * * ? *)
runAdapterFromTo:
handler: src/handlers/runAdapterFromTo.default
timeout: 900
memorySize: 1024
runAllAdaptersHistorical:
handler: src/handlers/runAllAdaptersHistorical.default
timeout: 900
memorySize: 1024
events:
- schedule: cron(0 0,12 * * ? *)
dailyAggregateAllAdapters:
handler: src/handlers/dailyAggregateAllAdapters.default
timeout: 900
memorySize: 1024
events:
- schedule: cron(0 1 * * ? *)
# runAdapterFromTo:
# handler: src/handlers/runAdapterFromTo.default
# timeout: 900
# memorySize: 1024
# runAllAdaptersHistorical:
# handler: src/handlers/runAllAdaptersHistorical.default
# timeout: 900
# memorySize: 1024
# events:
# - schedule: cron(0 0,12 * * ? *)
# dailyAggregateAllAdapters:
# handler: src/handlers/dailyAggregateAllAdapters.default
# timeout: 900
# memorySize: 1024
# events:
# - schedule: cron(0 1 * * ? *)

resources:
# CORS for api gateway errors
Expand Down

0 comments on commit 4a38fb3

Please sign in to comment.