课程: AWS for Developers: Step Functions

今天就学习课程吧!

今天就开通帐号,24,700 门业界名师课程任您挑!

Testing your state machine

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,…

内容