-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature 1124 user table #1142
Feature 1124 user table #1142
Conversation
The changes made in |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
# Updating User Table Endpoints and adding Unit Tests
Screen Recording of the functions working: https://youtu.be/-G3YUtXQBt8 **Any other considerations** using the create method with an already existing user_id will update the entry in the table. Also updated the handler export to turn it into a function instead of a constant, since the test was unable to import correctly when it was a constant. This did not break existing functionality in postman.Added create, get, and delete for UserTable in Dynamodb. Also added unit tests for all commands
Github Issue Number Here: <#1124>
What user problem are we solving?
There are no endpoints to hit the new UserTable in dynamodb
What solution does this PR provide?
Created the endpoints for all the commands. Also, created unit tests checking that the status codes returned are correct given certain responses from the table
Testing Methodology