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.

Step Functions use criteria

Step Functions use criteria - Amazon Web Services (AWS) Tutorial

From the course: AWS for Developers: Step Functions

Start my 1-month free trial

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…

Contents