Create Lambda Step Functions in the AWS Console

InstructorLukas Ruebbelke

Share this video with your friends

Send Tweet

Step functions are a chain of functions where each function consumes the output of the previous function as its input.

If you understand functions, then you understand Lambda functions. If you understand Lambda functions, then you know how to create Lambda step functions.

With this in mind, you will learn how to chain together your Lambda functions, without writing a single line of code, by designing the workflow visually within the AWS console.