How to read and process large number of records from AWS dynamodb – Amazon Web Sevices
I have 1 million records in AWS dynamodb which I want to process everyday, basically Read the 1 million records. Apply some business logic on those records. Finally generate the request file with the million records and write on to…