Writing to a Kinesis Stream Using the AWS Lambda Feature

Is it possible to create a Lambda function that can be executed when we write a record to a Dynamo DB table, and this record is written to a Kinesis stream? Basically, can we write a Kinesis stream using the lambda function? If yes, please share a sample code for this. I also want to know how this works ..... Thanks.

+4
source share

Source: https://habr.com/ru/post/1616717/


All Articles