Skip to main content
AWS Step Functions is a serverless orchestration service that coordinates distributed workflows as state machines. Trigger it from a Paradime Bolt schedule with the Paradime CLI, so it runs as part of your pipeline.

What you can do

  • Start one or more state machines by ARN
  • Pass input data to each execution

Prerequisites

  • An IAM user or role with permission to start executions (states:StartExecution).

Set up

Paradime authenticates to AWS with your IAM credentials. Set them as Bolt schedule environment variables:

Trigger from Bolt

Add the Run AWS Step Functions command to a schedule. For the full command reference, flags, and examples, see the AWS Step Functions CLI.