rynop / dynamodb-local

A wrapper for AWS DynamoDB Local, intended for use in testcases
MIT License
52 stars 30 forks source link

support passing java opts, fix type defs, fixes #7 #29

Closed pickworth closed 5 years ago

pickworth commented 5 years ago
await DynamoDbLocal.launch(
        8000, 
        null, 
        [], 
        true, 
        true,
        '-Xmx256m'
);
rynop commented 5 years ago

thx all. published on npm as 0.0.27