A mock DynamoDB that runs locally for testing purposes - DEPRECATED, PLEASE USE DYNAMODB LOCAL: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html
Apache License 2.0
78
stars
39
forks
source link
persisting tables using jackson during shutdown #33
This pull request ensures that data could be persisted.
Persistence happens during a regular shutdown.
Persistence Location is provided via AlternatorDB Constructor.
If persistence location is NULL nothing is persisted
If Alternator process gets killed nothing wil be persisted
This pull request ensures that data could be persisted.
Persistence happens during a regular shutdown. Persistence Location is provided via AlternatorDB Constructor. If persistence location is NULL nothing is persisted If Alternator process gets killed nothing wil be persisted