serverless / serverless-local-schedule

⚡️🗺️⏰ Schedule AWS CloudWatch Event based invocations in local time(with DST support!)
MIT License
72 stars 11 forks source link

Add support for stepFunctions #13

Open pal opened 5 years ago

pal commented 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