7 releases (stable)

1.0.5 Apr 13, 2022
1.0.4 Apr 11, 2022
1.0.3 Feb 17, 2022
0.1.0 Feb 17, 2022

#1 in #paw

MIT license

755KB
665 lines

Cat Paw

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

Dependencies

~23–36MB
~614K SLoC