Skip to main content
The Paradime SDK provides CLI commands to interact with AWS Step Functions, allowing you to trigger state machine executions and list their status with real-time monitoring capabilities.
🔑 AWS Credentials RequiredAWS credentials are read from environment variables or the AWS credential chain:
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_SESSION_TOKEN (optional, for temporary credentials)
  • AWS_REGION
You can also pass credentials explicitly with the --aws-access-key-id, --aws-secret-access-key, --aws-session-token, and --aws-region flags.

Trigger Executions

Trigger one or more AWS Step Functions state machine executions.
Options

List State Machines

List all AWS Step Functions state machines with their status.
Options

Examples