Depends on D4324
linear task: https://linear.app/comm/issue/ENG-1288/properly-handle-the-dynamodb-item-size-limit
Adding the same limit as in the previous diff, here, in tests.
Differential D4325
[services] Tests - Backup - Add dynamoDB item size limit • karol on Jun 22 2022, 3:32 AM. Authored by Tags None Referenced Files
Details Depends on D4324 linear task: https://linear.app/comm/issue/ENG-1288/properly-handle-the-dynamodb-item-size-limit Adding the same limit as in the previous diff, here, in tests. -
Diff Detail
Event Timeline
Comment Actions In an ideal world, the diff reviewer does not end up having to do research like that – it's on the diff author to Google and figure out best practices in response to a request by the diff reviewer Comment Actions I think it would be a lot better to use lazy_static from the beginning instead of introducing a function and then replacing it with a static. Is there a reason behind choosing the opposite strategy? |