we should call the dynamodb put_item API instead of update_item to add new items to the table.
this change introduces a new db client method that calls the put_item API.
Differential D6691
[services][identity] add new client method to add users to user table varun on Feb 10 2023, 12:05 PM. Authored by Tags None Referenced Files
Details we should call the dynamodb put_item API instead of update_item to add new items to the table. this change introduces a new db client method that calls the put_item API. called the db client method from main and successfully added a new user to a test table in ddb
Diff Detail
|