AWS Lambda to Amazon Kinesis Data Stream to AWS Lambda using Node.js and AWS SAM
AWS Lambda → Amazon Kinesis → AWS Lambda
Push and consume records to and from a Kinesis Data Stream With Lambda..
This pattern creates two Lambda functions, one that puts data into the Kinesis Data Stream and another one that is invoked when there is data in the stream.