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
22 downloads per month
755KB
665 lines
PAW
Step Functions CLI Tool
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:
regionaws_access_key_idaws_secret_access_key
for instructions see AWS Configuration and credential file settings
Retry Failed Executions
1 - Select Retry Failed Executions Action
![]()
2 - Select the desired Step Functions Machine

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

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

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

6 - Press enter to retry selected executions

Dependencies
~25–38MB
~644K SLoC