Lambda Function for Shaping
Learn to create a Lambda function for shaping sweets.
We'll cover the following...
After we've mixed the ingredients in the previous steps of our state machine, we now have a sweets batch ready for shaping. The Shaping
step represents the process where our mixed ingredients are transformed into the actual shapes of sweets.
Implementation of the Lambda function
In our implementation, we're assuming that we have a machine ...