We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
create_user
update_user
No description provided.
The text was updated successfully, but these errors were encountered:
Currently calls USERS_TABLE.put_item() and should be USERS_TABLE.update_item().
USERS_TABLE.put_item()
USERS_TABLE.update_item()
As it is right now, a client with out of date data could save the wrong projects array, making a user's projects potentially "disappear".
Sorry, something went wrong.
https://github.com/talus-analytics-bus/pharos-api/blob/762171e508980fa1092cb96f1d7ef8aaba6d2906/src/lambda/create_user/app.py#L21
Adding todo; created issue #49 to rename / refactor this
2129a98
This also needs to have the ability to create users removed and moved to a separate function
ryan-talus
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: