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.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/lambda-kinesis-lambda-js

Deploy

sam buildsam deploy --guided


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: sam delete

Created by:

Saborni Bhattacharya

Saborni Bhattacharya

AWS SA, Cloud Enthusiast

Follow on LinkedIn