Stream Processing and analytics with AWS Lambda

Stream Processing and analytics with AWS Lambda

In this module, you’ll use AWS Lambda to process data from the wildrydes Amazon Kinesis stream created earlier. We’ll create and configure a Lambda function to read from the stream and write records to an Amazon DynamoDB table as they arrive. We will also explore a few error handling mechanisms when there are poison pill messages in the stream. Finally, We will learn how to do stream analytics with AWS Lambda.

Our target architecture looks as follows:

✅ Proceed to the next module, Setup, wherein you’ll create all of the resources needed for this lab.