shevchenkos / DynamoDbBackUp

46 stars 23 forks source link

0.2.12 broken on Node versions prior to Node 6 due to use of default function parameters #31

Closed northerncodemky closed 6 years ago

northerncodemky commented 7 years ago

Commit 2cb388d0e411892f159cf91e63d6e7f5fa5748f4 introduces default parameters on the backup function in dbRecord.js

This is not support in Node versions prior to 6 so this consequently doesn't work (and there is no engines field on the package.json to inform of this at install time).

shevchenkos commented 7 years ago

Made quick fix #32