yearn / yearn-api-archived

Collection of serverless API
23 stars 24 forks source link

Schedule jobs directly from the serverless config #63

Closed nymmrx closed 3 years ago

nymmrx commented 3 years ago

Serverless envs can declare scheduling of lambdas directly from the config. All jobs in serverless.yaml should be configured to support scheduling. This would reduce the amount of work required after a deployment.

Source: https://www.serverless.com/framework/docs/providers/aws/events/schedule/