课程: AWS for Developers: Step Functions

今天就学习课程吧!

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

Step Functions use criteria

Step Functions use criteria

- [Instructor] In this course, I would like to hit the ground running and show you AWS step functions right away, even before I explain to you what it is. So let's start by going to the AWS Lambda console right now. I'm going to type lambda here. And if you recall, lambda functions are simply code that you provide to be executed using AWS infrastructure and platform. That means you only worry about your code, you don't have to worry about how or where is it going to run, you just provide the code. I just have a single function here to show you. And if we look at the code here, it's going to be a simple line this is Hello from lambda in JSON format. Actually, let's go ahead and do an execution here. If I do test, we get the output that says body, hello from lambda, perfect. I'll go back to the main console here and now I'm going to take you to the AWS Step Functions console. We're going to create a state machine. State…

内容