Github Issue Number Here: #1144
What user problem are we solving?
The DynamoDB Table structures were recently overhauled, so the endpoints had to be updated to reflect the changes.
What solution does this PR provide?
Added POST, GET, GET ALL, DELETE, DELETE ALL endpoints with unit tests to ensure functionality.
Testing Methodology
How did you test your changes and verify that existing functionality is not broken
Utilized Postman to validate all endpoints with sample data. Also, created and verified unit tests for each endpoint. Followed the same standard set by issue #1155.
Any other considerations
Title of Pull Request HERE
Github Issue Number Here: #1144 What user problem are we solving? The DynamoDB Table structures were recently overhauled, so the endpoints had to be updated to reflect the changes. What solution does this PR provide? Added POST, GET, GET ALL, DELETE, DELETE ALL endpoints with unit tests to ensure functionality. Testing Methodology