shevchenkos / DynamoDbBackUp

46 stars 23 forks source link

Added MemorySize and Timeout to the Lambda Deploy #26

Closed snakelab closed 7 years ago

snakelab commented 7 years ago

This adds the possibility to set/change the two parameters without using AWS Console.

Just for the books, we are using DynamoDbBackup now to backup a DynamoDB via Lambda-Function which holds over 8 Million Items with some tweaks on memory, timeout and batchsize without a problem. The requests of the trigger needs between 30-100ms and is using between 30-130MB Memory.

Thanks for this project!

shevchenkos commented 7 years ago

@snakelab, Thank you for the contribution. I've just merged into master and updated NPM package.