Open pal opened 5 years ago
Would be awesome if this plugin could be used for all places where we can add cron-like schedules, particularly if support of scheduling step functions.
I'm using this plugin to configure AWS Step Functions in Serverless: https://github.com/horike37/serverless-step-functions
stepFunctions: stateMachines: myStateMachine: events: - schedule: rate: cron(0 6 * * ? *) timezone: Europe/Stockholm
Would be awesome if this plugin could be used for all places where we can add cron-like schedules, particularly if support of scheduling step functions.
I'm using this plugin to configure AWS Step Functions in Serverless: https://github.com/horike37/serverless-step-functions