Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 154 Bytes

aws-cli.md

File metadata and controls

11 lines (7 loc) · 154 Bytes

AWS CLI

IAM

Step Functions

Start Execution

aws stepfunctions start-execution --state-machine-arn <arn> --input '{"foo": "bar"}'