Introduces a DynamoDB client and implements a method to fetch PAKE registration data from a DDB table.
Depends on D3852
Differential D3853
[Identity] Add a database client varun on Apr 25 2022, 9:11 PM. Authored by Tags None Referenced Files
Details
Diff Detail
Event Timeline
Comment Actions Shouldn't @jimpo be a blocker reviewer for every identity diff since he was pointed out as one of two devs in the team who knows rust well (next to @varun)? Comment Actions This diff is rather big - is there a way to split it somehow? It also looks like the diff does at least two things: we also add some instrumentation, which probably can stand on its own (correct me if I'm wrong). @karol-bisztyga you can request changes even if it's just for the clarification. Also, when you think someone should be a blocking reviewer, you should add them. Comment Actions Yeah, the tracing instrumentation should be in its own diff. I'm moving the get_pake_registration method to a separate diff. cargo emits warnings if code is unused, so I was trying to avoid that, but it's not a big deal.
|