Create A Calculator Microservice using AWS Step Functions

Overview

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.

Content:

  1. Create Workflows For Calculator State Machine
  2. Create A Lambda Microservice
  3. Extend Calculation Workflow