Using AWS Lambda as a consumer for Amazon Kinesis
Amazon Web Services FeedUsing AWS Lambda as a consumer for Amazon Kinesis This post is courtesy of Prateek Mehrotra, Software Development Engineer. AWS Lambda integrates natively with Amazon Kinesis as a consumer to process data ingested through a data stream. The polling, checkpointing, and error handling complexities are abstracted when you use this native integration.…