Sample function code - AWS Lambda
docs.aws.amazon.com › lambda › latestThe following is example Java code that receives Kinesis event record data as input and processes it. For illustration, the code writes some of the incoming event data to CloudWatch Logs. In the code, recordHandler is the handler. The handler uses the predefined KinesisEvent class that is defined in the aws-lambda-java-events library.
AWS Lambda – Getting Started
aws.amazon.com › lambda › getting-startedIn this tutorial, you will learn how to build a comprehensive data processing application using AWS Lambda and Amazon Kinesis. You will use Amazon Kinesis to create a data stream and perform AWS Lambda operations, such as creating a Lambda function to analyze and store streaming data. Get started >>