serverless-local-schedule icon indicating copy to clipboard operation
serverless-local-schedule copied to clipboard

Add support for stepFunctions

Open pal opened this issue 6 years ago • 0 comments

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

pal avatar Sep 30 '19 23:09 pal