sfn-paw

Crates.iosfn-paw
lib.rssfn-paw
version1.0.5
sourcesrc
created_at2022-02-17 17:41:23.962536
updated_at2022-04-13 23:50:53.027158
descriptionStep Functions CLI Tool
homepage
repositoryhttps://github.com/dawsonfi/paw
max_upload_size
id534250
size886,818
Dawson Freitas Israel (dawsonfi)

documentation

https://docs.rs/paw

README

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

Commit count: 49

cargo fmt