Introduced traits that allow for implementing convenient conversions from DDB AttributeValue to various types.
They will be implemented in subsequent diffs.
Depends on D8787
Paths
| Differential D8789 Authored by bartek on Aug 10 2023, 3:41 PM.
Details Summary Introduced traits that allow for implementing convenient conversions from DDB AttributeValue to various types. Depends on D8787 Test Plan Following bash one-liner: cd services for r in "comm-services-lib" "backup" "blob" "feature-flags"; do pushd $r; cargo check --all-features; popd; done
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added a reviewer: • jon. · View Herald TranscriptAug 10 2023, 3:41 PM2023-08-10 15:41:40 (UTC-7) Harbormaster completed remote builds in B21707: Diff 29832.Aug 10 2023, 4:00 PM2023-08-10 16:00:16 (UTC-7) This revision is now accepted and ready to land.Aug 11 2023, 4:13 AM2023-08-11 04:13:09 (UTC-7) Harbormaster completed remote builds in B21794: Diff 29949.Aug 16 2023, 7:08 AM2023-08-16 07:08:44 (UTC-7) Closed by commit rCOMM469bf6c19671: [services-lib] Add DDB Attribute conversion traits (authored by bartek). · Explain WhyAug 16 2023, 7:25 AM2023-08-16 07:25:59 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 29949 services/comm-services-lib/src/database.rs
|