From the course: AWS for Developers: Step Functions

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Testing your state machine

Testing your state machine - Amazon Web Services (AWS) Tutorial

From the course: AWS for Developers: Step Functions

Start my 1-month free trial

Testing your state machine

- [Instructor] Okay, so at this point, we're ready to test our state machine in an automated way. We're going to use the AWS CLI tool for that. And let me show you here in the browser. If you do a internet search for AWS CLI tool, the very first link that you see here is going to take you to this page. And here, in the right side, you can get the install files for Windows, macOS, or Linux. I already have mine installed for Windows here. One more thing, if you type here in this search, the words, AWS CLI step functions, and click on the first link, it will take you to the documentation that is specific to the AWS CLI to execute step functions. For example, you can list your state machine. You can start execution, stop execution, anything related to the management and execution of state machines, you can do using the AWS CLI. And that's great because those little commands, you can then integrate into your DevOps, CICD,…

Contents