sfn-paw 1.0.5

Step Functions CLI Tool
Documentation

PAW

Step Functions CLI Tool

Current Crates.io Version Release workflow

Installation

In order to install this cli, run the following command:

cargo install sfn-paw

Usage

Invoke the cli using the sfn-paw command.

AWS Configuration

paw fetches the aws configuration from the ~/.aws/credentials file, which should contain the following data:

  • region
  • aws_access_key_id
  • aws_secret_access_key

for instructions see AWS Configuration and credential file settings

Retry Failed Executions

1 - Select Retry Failed Executions Action

Retry Failed Executions

2 - Select the desired Step Functions Machine

Retry Failed Executions

3 - Input the Start Date (or leave it blank)

Retry Failed Executions

4 - Input the End Date (or leave it blank)

Retry Failed Executions

5 - Unmark any execution that you don't want to retry

Retry Failed Executions

6 - Press enter to retry selected executions

Retry Failed Executions