Put records in batches to kinesis firehose using aws lambda in java
I need to put data in batches to firehose using AWS Lambda written in Java. The data is a list of strings: [“john”, “saul”, “paul”, “jonas”]. I know how to do …
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
I need to put data in batches to firehose using AWS Lambda written in Java. The data is a list of strings: [“john”, “saul”, “paul”, “jonas”]. I know how to do …