Introduced traits that allow for implementing convenient conversions from DDB AttributeValue to various types.
They will be implemented in subsequent diffs.
Depends on D8787
Differential D8789
[services-lib] Add DDB Attribute conversion traits bartek on Aug 10 2023, 3:41 PM. Authored by Tags None Referenced Files
Details Introduced traits that allow for implementing convenient conversions from DDB AttributeValue to various types. Depends on D8787 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
|