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
DynamoDB updates are really upserts by default. We need to change the behaviour for the ones that we don't expect upsert to fail if the record key doesn't exist. Otherwise, we are likely to get incomplete records if there is a race condition between deletes and updates.
Should check all dynamodb updates.
The text was updated successfully, but these errors were encountered:
DynamoDB updates are really upserts by default. We need to change the behaviour for the ones that we don't expect upsert to fail if the record key doesn't exist. Otherwise, we are likely to get incomplete records if there is a race condition between deletes and updates.
Should check all dynamodb updates.
The text was updated successfully, but these errors were encountered: