consolidated some of the client code to minimize the number of calls we make to DynamoDB. also changed the PAKE_USER_ prefix to USER in constants.rs since the table holds more than just PAKE data now.
Details
Details
cargo build, tested that the update expression worked by creating, updating an item in the DDB table
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
services/identity/src/database.rs | ||
---|---|---|
90–98 ↗ | (On Diff #14893) | When only one arm of match expression does useful job, we should use if let instead |