Points and scoreboard only apply when this lab is run during an AWS Event.
Before proceeding to Lab 2 let’s verify that Lab 1 was successfully completed. There are two phases to complete before continuing:
StateLambda
, MapLambda
, and ReduceLambda
) will start failing randomly. This is a pre-programmed evolution of the workshop. In the Lambda console, click on any of the three Lambda functions, navigate to the Monitor
tab and then to the Metrics
sub-tab. You should expect to see a non-zero error rate on some of the graphs!If the dashboard has 300 points, then congratulations: you can start Lab 2!
In Lab 2 we will achieve exactly once processing of the messages. To make sure that our pipeline can withstand different failure modes and achieve exactly once message processing.
Continue on to: Step 1