In this section, you will use AWS Step Functions to model a simple arithmetic calculator. First, we will model the calculator in a ‘debug’ mode where the calculator simply determines the execution path but doesn’t perform any calculations. Later, we will add the calculation processing, using AWS Lambda functions.