- Amazon Web Services
- Level 200 (Intermediate)
- 60 minutes
- This project is included in the free tier.
- Create an AWS Lambda to add 2 numbers supplied as input - sample code for step 1
- Create an AWS Lambda to return the square of a number- sample code for step 2
- Create a state machine to connect the above two Lambdas
- Go to the step functions console click on create state machine , do not chnage the default settings.
- Copy this template to paste into Definition but carefully replace Lambda ARNs with the Lambdas created in above steps where necessary in the template.
- Execute the state machine and verify the output.
- What is a step function? What is a state machine?
- What is workflow configuration and state management?
- What is Amazon States Language?
- What are tasks?
- How to visualize the state machine?
- AWS Step Functions- Getting Started
- FAQs
- Features of Step functions
- Tasks in step functions
- Wait state in step functions
- I/O data processing
- Just create a Lambda function with default settings and choose the language you want to code in, if you do not want the exact same implementation as this excercise. Make your own flow, take a look at some use cases