shevchenkos / DynamoDbBackUp

46 stars 23 forks source link

Fixed memory leak issue while retrieving dynamodb records #68

Open Vinod0511 opened 1 year ago

Vinod0511 commented 1 year ago

There is a memory leak while using recursion. The process crashes when running for a large number of records. Making it iterative, so that there are no closures preventing variable cleanup. Added async/await syntax for get records