Reputation: 17
I was able to do this using lambda but, was facing some lagging issue, so is it possible to directly insert or update the data to DynamoDB, by using any aws services.
Upvotes: 1
Views: 1060
Reputation: 10704
You can achieve this use case by using the AWS SDK. Here is steps for this example:
This is a high level description of how you can use the AWS SDK in a given programming language, such as Java, to read a Kinesis data stream and write the results to a DynamoDB table.
Upvotes: 1