In this Challenge, you are tasked with extending the implementation you just deployed, to allow it to handle division, subtraction, multiplication as well as addition which is already implemented. This will require you to:
Update the state machine definition to define the new operators’ workflow
Update the source code to implement the new operators
Update the CloudFormation template.yml to add in the state machine changes and wire-up the Lambda function as a Task for each of the new states.