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 Authored by bartek on Aug 10 2023, 10:41 PM. 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
|