You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In DynamoDB, put operations by default will overwrite a record if record being updated does not exist. In ElectroDB, the patch method will utilize the attribute_not_exists() parameter dynamically to ensure records are only "created" and not overwritten when inserting new records into the table.
Should "In ElectroDB, the patch method will utilize..." say "In ElectroDB, the create method will utilize..."?
The text was updated successfully, but these errors were encountered:
Under Create Record the docs say:
Should "In ElectroDB, the patch method will utilize..." say "In ElectroDB, the create method will utilize..."?
The text was updated successfully, but these errors were encountered: