outbaksean / EveCombatLog

A tool for Eve Online capsuleers to log combat interactions in order to improve their PvP skill.
MIT License
0 stars 0 forks source link

Create a Helper Class for the DB Model to work with the DynamoDB Table #4

Open outbaksean opened 4 years ago

outbaksean commented 4 years ago

The Helper class should be used by the API and Model classes to do crud operations on the DynamoDB table based on defined operations (e.g. get log entries by fit).

This should work with both the local rest api and lambda.