This method, as explained in the diff title, lets us store user tokens in DynamoDB. Note that we convert the DateTime type to an RFC 3339 string. This seemed like the cleanest available option.
Depends on D3961
Differential D3962
[Identity] DatabaseClient method to put tokens in DDB varun on May 6 2022, 1:31 PM. Authored by Tags None Referenced Files
Details This method, as explained in the diff title, lets us store user tokens in DynamoDB. Note that we convert the DateTime type to an RFC 3339 string. This seemed like the cleanest available option. Depends on D3961 successfully put a token in DDB
Diff Detail
Event Timeline
Comment Actions I'm not sure why this is in an "accepted" state. I hope it cannot be landed... After I accept, rust diffs should not be accepted, I know rust far too little to be decisive. Adding Jim as blocking. Comment Actions When any reviewer accepted a diff and there are no blocking reviewers the state is accepted. If we want more people to accept before landing, we need to set them as blocking - just as you did. Comment Actions Just a couple ways to make things more concise and/or readable. Feel free to ignore if you don't like it.
Comment Actions @varun you may need to re-request review to get @jimpo's attention so it shows up on his queue. If that doesn't work feel free to ping him about your question |