Page MenuHomePhabricator

[services-lib] Add DDB Attribute conversion traits
ClosedPublic

Authored by bartek on Aug 10 2023, 3:41 PM.
Tags
None
Referenced Files
F3174176: D8789.diff
Thu, Nov 7, 3:52 PM
Unknown Object (File)
Sun, Oct 27, 9:48 PM
Unknown Object (File)
Sun, Oct 27, 3:42 PM
Unknown Object (File)
Sun, Oct 20, 9:02 PM
Unknown Object (File)
Sat, Oct 12, 12:12 PM
Unknown Object (File)
Sat, Oct 12, 9:31 AM
Unknown Object (File)
Oct 6 2024, 6:18 AM
Unknown Object (File)
Sep 30 2024, 1:49 AM
Subscribers

Details

Summary

Introduced traits that allow for implementing convenient conversions from DDB AttributeValue to various types.
They will be implemented in subsequent diffs.

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

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Aug 11 2023, 2:23 AM
bartek added a reviewer: varun.
michal added inline comments.
services/comm-services-lib/src/database.rs
90 ↗(On Diff #29832)

nit

This revision is now accepted and ready to land.Aug 11 2023, 4:13 AM