Page MenuHomePhabricator

[backup] Update dynamodb
ClosedPublic

Authored by michal on Aug 25 2023, 9:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 27, 5:01 PM
Unknown Object (File)
Oct 10 2024, 2:32 PM
Unknown Object (File)
Sep 27 2024, 11:58 PM
Unknown Object (File)
Sep 27 2024, 11:58 PM
Unknown Object (File)
Sep 27 2024, 11:57 PM
Unknown Object (File)
Sep 27 2024, 11:49 PM
Unknown Object (File)
Sep 21 2024, 3:13 AM
Unknown Object (File)
Sep 16 2024, 3:20 AM
Subscribers

Details

Summary

ENG-4497

Two changes:

  • we remove recoveryData from backup items because backup_id can be merged with it more context here
  • add userKeys to projected attributes because it will need to be available to fetch as "latest backup"
    • also possible: do two fetches to the db, one for backup_id and second one (from the main table) for the user_keys

Depends on D8953

Test Plan

yarn reset-local-stack, tested with future diffs

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable