Sarang Joshi 08da2c92d9
fix(dynamodb2): Fix update_item nested insert (#3355)
When comparing old and new values when doing a nested item update, the
`!=` implementation fails when the value being compared is `None`. This
results in an exception when trying to insert a new item into a nested
map. So just do a quick check that the original value is exists before
doing the comparison, as the `None` default is what is tripping this.
2020-10-05 13:40:33 +01:00
..
2019-12-16 21:25:20 -05:00
2020-09-13 19:42:38 +01:00
2020-04-06 19:55:54 +10:00
2020-09-13 19:42:38 +01:00
2019-12-16 21:25:20 -05:00
2020-09-13 19:42:38 +01:00
2020-09-13 19:42:38 +01:00
2020-01-23 10:15:02 -08:00
2020-03-02 13:07:34 +00:00